Html Css Color HEX #A24012 Rust

📋 copy color: '#A24012'

red 162 ◦ green 64 ◦ blue 18

#A24012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #A24012

Tints of Rust #A24012

RGB

 RED value IS 162 (63.67% from 255) = 66.39%

 GREEN value IS 64 (25.39% from 255) = 26.23%

 BLUE value IS 18 (7.42% from 255) = 7.38%

R = 66.39%
G = 26.23%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A24012 (or 0xA24012) is known color: Rust. HEX triplet: A2, 40 and 12. RGB value is (162,64,18). Sum of RGB (Red+Green+Blue) = 162+64+18=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A24012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24012 is #5DBFED. Grayscale: #585858. Windows color (decimal): -6143982 or 1196194. OLE color: 1196194.

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

Color convert

RGB 162 64 18 -
CMYK 0 0.60 0.89 0.36
HSL 19.17º 0.8% 0.35% -
HSV(B) 19.17º 0.89% 0.64% -
XYZ 16.84 11.39 1.88 -
YUV 88.06 88.47 180.74 -
System Red Green Blue C M Y K H S L
Decimal 162 64 18 0 0.60 0.89 0.36 19.17 0.8 0.35
Hex A2 40 12 0 3C 59 24 13 50 23
Octal 242 100 22 0 74 131 44 23 120 43
Binary 10100010 1000000 10010 0 111100 1011001 100100 10011 1010000 100011

Color Harmonies of #A24012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24012

Black with #A24012

Text Example


Text Example

White with #A24012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24012; }

 p { color: rgb(162,64,18); }

 H1.HeaderClassName
 {
   color: #A24012;
 }
 .AnyTagClassName
 {
   color: #A24012;
 }
</style>

background-color css

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

 a { background-color: rgb(162,64,18); }

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

border-color css

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

 span { border-color: rgb(162,64,18); }

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