Html Css Color HEX #AC420E Rust

📋 copy color: '#AC420E'

red 172 ◦ green 66 ◦ blue 14

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

Shades of Rust #AC420E

Tints of Rust #AC420E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.56%

R = 68.25%
G = 26.19%
B = 5.56%

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

#AC420E (or 0xAC420E) is known color: Rust. HEX triplet: AC, 42 and 0E. RGB value is (172,66,14). Sum of RGB (Red+Green+Blue) = 172+66+14=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC420E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC420E is #53BDF1. Grayscale: #5C5C5C. Windows color (decimal): -5488114 or 934572. OLE color: 934572.

HSL color Cylindrical-coordinate representation of color #AC420E: hue angle of 19.75º degrees, saturation: 0.85, 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 #AC420E is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 66 14 -
CMYK 0 0.62 0.92 0.33
HSL 19.75º 0.85% 0.36% -
HSV(B) 19.75º 0.92% 0.67% -
XYZ 19.04 12.7 1.86 -
YUV 91.77 84.12 185.23 -
System Red Green Blue C M Y K H S L
Decimal 172 66 14 0 0.62 0.92 0.33 19.75 0.85 0.36
Hex AC 42 E 0 3E 5C 21 14 55 24
Octal 254 102 16 0 76 134 41 24 125 44
Binary 10101100 1000010 1110 0 111110 1011100 100001 10100 1010101 100100

Color Harmonies of #AC420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC420E

Black with #AC420E

Text Example


Text Example

White with #AC420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC420E; }

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

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

background-color css

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

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

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

border-color css

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

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

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