Html Css Color HEX #AC420B Rust

📋 copy color: '#AC420B'

red 172 ◦ green 66 ◦ blue 11

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

Shades of Rust #AC420B

Tints of Rust #AC420B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 69.08%
G = 26.51%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC420B (or 0xAC420B) is known color: Rust. HEX triplet: AC, 42 and 0B. RGB value is (172,66,11). Sum of RGB (Red+Green+Blue) = 172+66+11=249 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.08% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 172 - color contains mainly: red. Hex color #AC420B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC420B is #53BDF4. Grayscale: #5B5B5B. Windows color (decimal): -5488117 or 737964. OLE color: 737964.

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

Color convert

RGB 172 66 11 -
CMYK 0 0.62 0.94 0.33
HSL 20.5º 0.88% 0.36% -
HSV(B) 20.5º 0.94% 0.67% -
XYZ 19.02 12.69 1.76 -
YUV 91.42 82.62 185.47 -
System Red Green Blue C M Y K H S L
Decimal 172 66 11 0 0.62 0.94 0.33 20.5 0.88 0.36
Hex AC 42 B 0 3E 5E 21 14 58 24
Octal 254 102 13 0 76 136 41 24 130 44
Binary 10101100 1000010 1011 0 111110 1011110 100001 10100 1011000 100100

Color Harmonies of #AC420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC420B

Black with #AC420B

Text Example


Text Example

White with #AC420B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC420B; }

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

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

background-color css

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

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

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

border-color css

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

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

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