#A2300F

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

Shades of Rust #A2300F

Tints of Rust #A2300F

Color information

#A2300F (or 0xA2300F) is unknown color: approx Rust. HEX triplet: A2, 30 and 0F. RGB value is (162,48,15). Sum of RGB (Red+Green+Blue) = 162+48+15=225 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 162 - color contains mainly: red. Hex color #A2300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2300F is #5DCFF0. Grayscale: #4E4E4E. Windows color (decimal): -6148081 or 995490. OLE color: 995490.

HSL color Cylindrical-coordinate representation of color #A2300F: hue angle of 13.47º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2300F is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB1624815-
CMYK00.700.910.36
HSL13.47º83.05%34.71%-
HSV(B)13.47º90.74%63.53%-
XYZ16.049.831.5-
YUV78.3292.27187.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=72%
G=21.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162481500.700.910.3613.4783.0534.71
HexA230F0465B24d5323
Octal24260170106133441512343
Binary10100010110000111101000110101101110010011011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2300F; }

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

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

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

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

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

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

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

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