Html Css Color HEX #A42909 Rust

📋 copy color: '#A42909'

red 164 ◦ green 41 ◦ blue 9

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

Shades of Rust #A42909

Tints of Rust #A42909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.16%

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

R = 76.64%
G = 19.16%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A42909 (or 0xA42909) is known color: Rust. HEX triplet: A4, 29 and 09. RGB value is (164,41,9). Sum of RGB (Red+Green+Blue) = 164+41+9=214 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.64% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 164 - color contains mainly: red. Hex color #A42909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42909 is #5BD6F6. Grayscale: #4A4A4A. Windows color (decimal): -6018807 or 600484. OLE color: 600484.

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

Color convert

RGB 164 41 9 -
CMYK 0 0.75 0.95 0.36
HSL 12.39º 0.9% 0.34% -
HSV(B) 12.39º 0.95% 0.64% -
XYZ 16.15 9.5 1.24 -
YUV 74.13 91.25 192.1 -
System Red Green Blue C M Y K H S L
Decimal 164 41 9 0 0.75 0.95 0.36 12.39 0.9 0.34
Hex A4 29 9 0 4B 5F 24 C 5A 22
Octal 244 51 11 0 113 137 44 14 132 42
Binary 10100100 101001 1001 0 1001011 1011111 100100 1100 1011010 100010

Color Harmonies of #A42909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42909

Black with #A42909

Text Example


Text Example

White with #A42909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42909; }

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

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

background-color css

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

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

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

border-color css

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

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

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