Html Css Color HEX #AC420D Rust

📋 copy color: '#AC420D'

red 172 ◦ green 66 ◦ blue 13

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

Shades of Rust #AC420D

Tints of Rust #AC420D

RGB

 RED value IS 172 (67.58% from 255) = 68.53%

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

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

R = 68.53%
G = 26.29%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC420D (or 0xAC420D) is known color: Rust. HEX triplet: AC, 42 and 0D. RGB value is (172,66,13). Sum of RGB (Red+Green+Blue) = 172+66+13=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC420D is #53BDF2. Grayscale: #5B5B5B. Windows color (decimal): -5488115 or 869036. OLE color: 869036.

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

Color convert

RGB 172 66 13 -
CMYK 0 0.62 0.92 0.33
HSL 20º 0.86% 0.36% -
HSV(B) 20º 0.92% 0.67% -
XYZ 19.03 12.7 1.83 -
YUV 91.65 83.62 185.31 -
System Red Green Blue C M Y K H S L
Decimal 172 66 13 0 0.62 0.92 0.33 20 0.86 0.36
Hex AC 42 D 0 3E 5C 21 14 56 24
Octal 254 102 15 0 76 134 41 24 126 44
Binary 10101100 1000010 1101 0 111110 1011100 100001 10100 1010110 100100

Color Harmonies of #AC420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC420D

Black with #AC420D

Text Example


Text Example

White with #AC420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC420D; }

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

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

background-color css

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

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

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

border-color css

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

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

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