Html Css Color HEX #A42D09 Rust

📋 copy color: '#A42D09'

red 164 ◦ green 45 ◦ blue 9

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

Shades of Rust #A42D09

Tints of Rust #A42D09

RGB

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

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

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

R = 75.23%
G = 20.64%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A42D09 (or 0xA42D09) is known color: Rust. HEX triplet: A4, 2D and 09. RGB value is (164,45,9). Sum of RGB (Red+Green+Blue) = 164+45+9=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A42D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42D09 is #5BD2F6. Grayscale: #4C4C4C. Windows color (decimal): -6017783 or 601508. OLE color: 601508.

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

Color convert

RGB 164 45 9 -
CMYK 0 0.73 0.95 0.36
HSL 13.94º 0.9% 0.34% -
HSV(B) 13.94º 0.95% 0.64% -
XYZ 16.3 9.79 1.29 -
YUV 76.48 89.92 190.43 -
System Red Green Blue C M Y K H S L
Decimal 164 45 9 0 0.73 0.95 0.36 13.94 0.9 0.34
Hex A4 2D 9 0 49 5F 24 E 5A 22
Octal 244 55 11 0 111 137 44 16 132 42
Binary 10100100 101101 1001 0 1001001 1011111 100100 1110 1011010 100010

Color Harmonies of #A42D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42D09

Black with #A42D09

Text Example


Text Example

White with #A42D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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