Html Css Color HEX #A42A08 Rust

📋 copy color: '#A42A08'

red 164 ◦ green 42 ◦ blue 8

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

Shades of Rust #A42A08

Tints of Rust #A42A08

RGB

 RED value IS 164 (64.45% from 255) = 76.64%

 GREEN value IS 42 (16.8% from 255) = 19.63%

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

R = 76.64%
G = 19.63%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A42A08 (or 0xA42A08) is known color: Rust. HEX triplet: A4, 2A and 08. RGB value is (164,42,8). Sum of RGB (Red+Green+Blue) = 164+42+8=214 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.64% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42A08 is #5BD5F7. Grayscale: #4A4A4A. Windows color (decimal): -6018552 or 535204. OLE color: 535204.

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

Color convert

RGB 164 42 8 -
CMYK 0 0.74 0.95 0.36
HSL 13.08º 0.91% 0.34% -
HSV(B) 13.08º 0.95% 0.64% -
XYZ 16.18 9.57 1.22 -
YUV 74.6 90.42 191.76 -
System Red Green Blue C M Y K H S L
Decimal 164 42 8 0 0.74 0.95 0.36 13.08 0.91 0.34
Hex A4 2A 8 0 4A 5F 24 D 5B 22
Octal 244 52 10 0 112 137 44 15 133 42
Binary 10100100 101010 1000 0 1001010 1011111 100100 1101 1011011 100010

Color Harmonies of #A42A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42A08

Black with #A42A08

Text Example


Text Example

White with #A42A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42A08; }

 p { color: rgb(164,42,8); }

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

background-color css

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

 a { background-color: rgb(164,42,8); }

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

border-color css

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

 span { border-color: rgb(164,42,8); }

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