#A2300B

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

Shades of Rust #A2300B

Tints of Rust #A2300B

Color information

#A2300B (or 0xA2300B) is unknown color: approx Rust. HEX triplet: A2, 30 and 0B. RGB value is (162,48,11). Sum of RGB (Red+Green+Blue) = 162+48+11=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A2300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2300B is #5DCFF4. Grayscale: #4E4E4E. Windows color (decimal): -6148085 or 733346. OLE color: 733346.

HSL color Cylindrical-coordinate representation of color #A2300B: hue angle of 14.7º 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 #A2300B is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1624811-
CMYK00.700.930.36
HSL14.7º87.28%33.92%-
HSV(B)14.7º93.21%63.53%-
XYZ16.029.821.37-
YUV77.8790.27188.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 73.30%
GREEN value IS 48 (19.14% from 255) = 21.72%
BLUE value IS 11 (4.69% from 255) = 4.98%
R=73.30%
G=21.72%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162481100.700.930.3614.787.2833.92
HexA230B0465D24f5722
Octal24260130106135441712742
Binary10100010110000101101000110101110110010011111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2300B; }

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

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

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

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

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

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

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

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