Html Css Color HEX #A12D08 Rust

📋 copy color: '#A12D08'

red 161 ◦ green 45 ◦ blue 8

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

Shades of Rust #A12D08

Tints of Rust #A12D08

RGB

 RED value IS 161 (63.28% from 255) = 75.23%

 GREEN value IS 45 (17.97% from 255) = 21.03%

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

R = 75.23%
G = 21.03%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A12D08 (or 0xA12D08) is known color: Rust. HEX triplet: A1, 2D and 08. RGB value is (161,45,8). Sum of RGB (Red+Green+Blue) = 161+45+8=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12D08 is #5ED2F7. Grayscale: #4B4B4B. Windows color (decimal): -6214392 or 535969. OLE color: 535969.

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

Color convert

RGB 161 45 8 -
CMYK 0 0.72 0.95 0.37
HSL 14.51º 0.91% 0.33% -
HSV(B) 14.51º 0.95% 0.63% -
XYZ 15.68 9.47 1.23 -
YUV 75.47 89.93 189.01 -
System Red Green Blue C M Y K H S L
Decimal 161 45 8 0 0.72 0.95 0.37 14.51 0.91 0.33
Hex A1 2D 8 0 48 5F 25 F 5B 21
Octal 241 55 10 0 110 137 45 17 133 41
Binary 10100001 101101 1000 0 1001000 1011111 100101 1111 1011011 100001

Color Harmonies of #A12D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12D08

Black with #A12D08

Text Example


Text Example

White with #A12D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12D08; }

 p { color: rgb(161,45,8); }

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

background-color css

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

 a { background-color: rgb(161,45,8); }

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

border-color css

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

 span { border-color: rgb(161,45,8); }

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