#A23B0B

Color #A23B0B Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #A23B0B

Tints of Rust #A23B0B

Color information

#A23B0B (or 0xA23B0B) is unknown color: approx Rust. HEX triplet: A2, 3B and 0B. RGB value is (162,59,11). Sum of RGB (Red+Green+Blue) = 162+59+11=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23B0B is #5DC4F4. Grayscale: #545454. Windows color (decimal): -6145269 or 736162. OLE color: 736162.

HSL color Cylindrical-coordinate representation of color #A23B0B: hue angle of 19.07º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A23B0B is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1625911-
CMYK00.640.930.36
HSL19.07º87.28%33.92%-
HSV(B)19.07º93.21%63.53%-
XYZ16.5210.831.54-
YUV84.3286.62183.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 69.83%
GREEN value IS 59 (23.44% from 255) = 25.43%
BLUE value IS 11 (4.69% from 255) = 4.74%
R=69.83%
G=25.43%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162591100.640.930.3619.0787.2833.92
HexA23BB0405D24135722
Octal24273130100135442312742
Binary101000101110111011010000001011101100100100111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B0B; }

 p { color: rgb(162,59,11); }

 H1.HeaderClassName
 {
   color: #A23B0B;
 }
 .AnyTagClassName
 {
   color: #A23B0B;
 }
</style>
background-color css

<style>
 a { background-color: #A23B0B; }

 a { background-color: rgb(162,59,11); }

 div.DivClassName
 {
   background-color: #A23B0B;
 }
 .BgClassName
 {
   background-color: #A23B0B;
 }
</style>
border-color css

<style>
 span { border-color: #A23B0B; }

 span { border-color: rgb(162,59,11); }

 td.TdClassName
 {
   border-color: #A23B0B;
 }
 .TagClassName
 {
   border-color: #A23B0B;
 }
</style>