Html Css Color HEX #A9420D Rust

📋 copy color: '#A9420D'

red 169 ◦ green 66 ◦ blue 13

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

Shades of Rust #A9420D

Tints of Rust #A9420D

RGB

 RED value IS 169 (66.41% from 255) = 68.15%

 GREEN value IS 66 (26.17% from 255) = 26.61%

 BLUE value IS 13 (5.47% from 255) = 5.24%

R = 68.15%
G = 26.61%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A9420D (or 0xA9420D) is known color: Rust. HEX triplet: A9, 42 and 0D. RGB value is (169,66,13). Sum of RGB (Red+Green+Blue) = 169+66+13=248 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.15% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 169 - color contains mainly: red. Hex color #A9420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9420D is #56BDF2. Grayscale: #5B5B5B. Windows color (decimal): -5684723 or 869033. OLE color: 869033.

HSL color Cylindrical-coordinate representation of color #A9420D: hue angle of 20.38º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A9420D is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 66 13 -
CMYK 0 0.61 0.92 0.34
HSL 20.38º 0.86% 0.36% -
HSV(B) 20.38º 0.92% 0.66% -
XYZ 18.38 12.36 1.8 -
YUV 90.76 84.12 183.81 -
System Red Green Blue C M Y K H S L
Decimal 169 66 13 0 0.61 0.92 0.34 20.38 0.86 0.36
Hex A9 42 D 0 3D 5C 22 14 56 24
Octal 251 102 15 0 75 134 42 24 126 44
Binary 10101001 1000010 1101 0 111101 1011100 100010 10100 1010110 100100

Color Harmonies of #A9420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9420D

Black with #A9420D

Text Example


Text Example

White with #A9420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9420D; }

 p { color: rgb(169,66,13); }

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

background-color css

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

 a { background-color: rgb(169,66,13); }

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

border-color css

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

 span { border-color: rgb(169,66,13); }

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