Html Css Color HEX #AC4212 Rust

📋 copy color: '#AC4212'

red 172 ◦ green 66 ◦ blue 18

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

Shades of Rust #AC4212

Tints of Rust #AC4212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 67.19%
G = 25.78%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC4212 (or 0xAC4212) is known color: Rust. HEX triplet: AC, 42 and 12. RGB value is (172,66,18). Sum of RGB (Red+Green+Blue) = 172+66+18=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4212 is #53BDED. Grayscale: #5C5C5C. Windows color (decimal): -5488110 or 1196716. OLE color: 1196716.

HSL color Cylindrical-coordinate representation of color #AC4212: hue angle of 18.7º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC4212 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 66 18 -
CMYK 0 0.62 0.90 0.33
HSL 18.7º 0.81% 0.37% -
HSV(B) 18.7º 0.9% 0.67% -
XYZ 19.07 12.71 2.02 -
YUV 92.22 86.12 184.9 -
System Red Green Blue C M Y K H S L
Decimal 172 66 18 0 0.62 0.90 0.33 18.7 0.81 0.37
Hex AC 42 12 0 3E 5A 21 13 51 25
Octal 254 102 22 0 76 132 41 23 121 45
Binary 10101100 1000010 10010 0 111110 1011010 100001 10011 1010001 100101

Color Harmonies of #AC4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4212

Black with #AC4212

Text Example


Text Example

White with #AC4212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4212; }

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

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

background-color css

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

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

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

border-color css

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

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

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