Html Css Color HEX #A4420C Rust

📋 copy color: '#A4420C'

red 164 ◦ green 66 ◦ blue 12

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

Shades of Rust #A4420C

Tints of Rust #A4420C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.96%

R = 67.77%
G = 27.27%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4420C (or 0xA4420C) is known color: Rust. HEX triplet: A4, 42 and 0C. RGB value is (164,66,12). Sum of RGB (Red+Green+Blue) = 164+66+12=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A4420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4420C is #5BBDF3. Grayscale: #595959. Windows color (decimal): -6012404 or 803492. OLE color: 803492.

HSL color Cylindrical-coordinate representation of color #A4420C: hue angle of 21.32º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4420C is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 66 12 -
CMYK 0 0.60 0.93 0.36
HSL 21.32º 0.86% 0.35% -
HSV(B) 21.32º 0.93% 0.64% -
XYZ 17.32 11.82 1.72 -
YUV 89.15 84.47 181.39 -
System Red Green Blue C M Y K H S L
Decimal 164 66 12 0 0.60 0.93 0.36 21.32 0.86 0.35
Hex A4 42 C 0 3C 5D 24 15 56 23
Octal 244 102 14 0 74 135 44 25 126 43
Binary 10100100 1000010 1100 0 111100 1011101 100100 10101 1010110 100011

Color Harmonies of #A4420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4420C

Black with #A4420C

Text Example


Text Example

White with #A4420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4420C; }

 p { color: rgb(164,66,12); }

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

background-color css

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

 a { background-color: rgb(164,66,12); }

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

border-color css

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

 span { border-color: rgb(164,66,12); }

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