Html Css Color HEX #A24212 Rust

📋 copy color: '#A24212'

red 162 ◦ green 66 ◦ blue 18

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

Shades of Rust #A24212

Tints of Rust #A24212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.83%

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

R = 65.85%
G = 26.83%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A24212 (or 0xA24212) is known color: Rust. HEX triplet: A2, 42 and 12. RGB value is (162,66,18). Sum of RGB (Red+Green+Blue) = 162+66+18=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A24212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24212 is #5DBDED. Grayscale: #595959. Windows color (decimal): -6143470 or 1196706. OLE color: 1196706.

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

Color convert

RGB 162 66 18 -
CMYK 0 0.59 0.89 0.36
HSL 20º 0.8% 0.35% -
HSV(B) 20º 0.89% 0.64% -
XYZ 16.96 11.62 1.92 -
YUV 89.23 87.8 179.9 -
System Red Green Blue C M Y K H S L
Decimal 162 66 18 0 0.59 0.89 0.36 20 0.8 0.35
Hex A2 42 12 0 3B 59 24 14 50 23
Octal 242 102 22 0 73 131 44 24 120 43
Binary 10100010 1000010 10010 0 111011 1011001 100100 10100 1010000 100011

Color Harmonies of #A24212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24212

Black with #A24212

Text Example


Text Example

White with #A24212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24212; }

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

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

background-color css

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

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

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

border-color css

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

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

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