Html Css Color HEX #AC420C Rust

📋 copy color: '#AC420C'

red 172 ◦ green 66 ◦ blue 12

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

Shades of Rust #AC420C

Tints of Rust #AC420C

RGB

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

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

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

R = 68.8%
G = 26.4%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC420C (or 0xAC420C) is known color: Rust. HEX triplet: AC, 42 and 0C. RGB value is (172,66,12). Sum of RGB (Red+Green+Blue) = 172+66+12=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC420C is #53BDF3. Grayscale: #5B5B5B. Windows color (decimal): -5488116 or 803500. OLE color: 803500.

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

Color convert

RGB 172 66 12 -
CMYK 0 0.62 0.93 0.33
HSL 20.25º 0.87% 0.36% -
HSV(B) 20.25º 0.93% 0.67% -
XYZ 19.03 12.69 1.8 -
YUV 91.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 172 66 12 0 0.62 0.93 0.33 20.25 0.87 0.36
Hex AC 42 C 0 3E 5D 21 14 57 24
Octal 254 102 14 0 76 135 41 24 127 44
Binary 10101100 1000010 1100 0 111110 1011101 100001 10100 1010111 100100

Color Harmonies of #AC420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC420C

Black with #AC420C

Text Example


Text Example

White with #AC420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC420C; }

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

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

background-color css

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

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

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

border-color css

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

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

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