Html Css Color HEX #A24008 Rust

📋 copy color: '#A24008'

red 162 ◦ green 64 ◦ blue 8

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

Shades of Rust #A24008

Tints of Rust #A24008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.42%

R = 69.23%
G = 27.35%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A24008 (or 0xA24008) is known color: Rust. HEX triplet: A2, 40 and 08. RGB value is (162,64,8). Sum of RGB (Red+Green+Blue) = 162+64+8=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A24008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24008 is #5DBFF7. Grayscale: #575757. Windows color (decimal): -6143992 or 540834. OLE color: 540834.

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

Color convert

RGB 162 64 8 -
CMYK 0 0.60 0.95 0.36
HSL 21.82º 0.91% 0.33% -
HSV(B) 21.82º 0.95% 0.64% -
XYZ 16.78 11.37 1.54 -
YUV 86.92 83.47 181.55 -
System Red Green Blue C M Y K H S L
Decimal 162 64 8 0 0.60 0.95 0.36 21.82 0.91 0.33
Hex A2 40 8 0 3C 5F 24 16 5B 21
Octal 242 100 10 0 74 137 44 26 133 41
Binary 10100010 1000000 1000 0 111100 1011111 100100 10110 1011011 100001

Color Harmonies of #A24008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24008

Black with #A24008

Text Example


Text Example

White with #A24008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24008; }

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

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

background-color css

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

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

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

border-color css

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

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

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