Html Css Color HEX #A42A09 Rust

📋 copy color: '#A42A09'

red 164 ◦ green 42 ◦ blue 9

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

Shades of Rust #A42A09

Tints of Rust #A42A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.19%

R = 76.28%
G = 19.53%
B = 4.19%

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

#A42A09 (or 0xA42A09) is known color: Rust. HEX triplet: A4, 2A and 09. RGB value is (164,42,9). Sum of RGB (Red+Green+Blue) = 164+42+9=215 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.28% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 164 - color contains mainly: red. Hex color #A42A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42A09 is #5BD5F6. Grayscale: #4A4A4A. Windows color (decimal): -6018551 or 600740. OLE color: 600740.

HSL color Cylindrical-coordinate representation of color #A42A09: hue angle of 12.77º degrees, saturation: 0.9, 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 #A42A09 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 42 9 -
CMYK 0 0.74 0.95 0.36
HSL 12.77º 0.9% 0.34% -
HSV(B) 12.77º 0.95% 0.64% -
XYZ 16.19 9.57 1.25 -
YUV 74.72 90.92 191.68 -
System Red Green Blue C M Y K H S L
Decimal 164 42 9 0 0.74 0.95 0.36 12.77 0.9 0.34
Hex A4 2A 9 0 4A 5F 24 D 5A 22
Octal 244 52 11 0 112 137 44 15 132 42
Binary 10100100 101010 1001 0 1001010 1011111 100100 1101 1011010 100010

Color Harmonies of #A42A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42A09

Black with #A42A09

Text Example


Text Example

White with #A42A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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