Html Css Color HEX #A24112 Rust

📋 copy color: '#A24112'

red 162 ◦ green 65 ◦ blue 18

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

Shades of Rust #A24112

Tints of Rust #A24112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.53%

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

R = 66.12%
G = 26.53%
B = 7.35%

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

#A24112 (or 0xA24112) is known color: Rust. HEX triplet: A2, 41 and 12. RGB value is (162,65,18). Sum of RGB (Red+Green+Blue) = 162+65+18=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A24112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24112 is #5DBEED. Grayscale: #585858. Windows color (decimal): -6143726 or 1196450. OLE color: 1196450.

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

Color convert

RGB 162 65 18 -
CMYK 0 0.60 0.89 0.36
HSL 19.58º 0.8% 0.35% -
HSV(B) 19.58º 0.89% 0.64% -
XYZ 16.9 11.51 1.9 -
YUV 88.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 162 65 18 0 0.60 0.89 0.36 19.58 0.8 0.35
Hex A2 41 12 0 3C 59 24 14 50 23
Octal 242 101 22 0 74 131 44 24 120 43
Binary 10100010 1000001 10010 0 111100 1011001 100100 10100 1010000 100011

Color Harmonies of #A24112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24112

Black with #A24112

Text Example


Text Example

White with #A24112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24112; }

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

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

background-color css

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

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

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

border-color css

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

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

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