Html Css Color HEX #AC400B Rust

📋 copy color: '#AC400B'

red 172 ◦ green 64 ◦ blue 11

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

Shades of Rust #AC400B

Tints of Rust #AC400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.91%

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

R = 69.64%
G = 25.91%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC400B (or 0xAC400B) is known color: Rust. HEX triplet: AC, 40 and 0B. RGB value is (172,64,11). Sum of RGB (Red+Green+Blue) = 172+64+11=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC400B is #53BFF4. Grayscale: #5A5A5A. Windows color (decimal): -5488629 or 737452. OLE color: 737452.

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

Color convert

RGB 172 64 11 -
CMYK 0 0.63 0.94 0.33
HSL 19.75º 0.88% 0.36% -
HSV(B) 19.75º 0.94% 0.67% -
XYZ 18.91 12.46 1.73 -
YUV 90.25 83.28 186.31 -
System Red Green Blue C M Y K H S L
Decimal 172 64 11 0 0.63 0.94 0.33 19.75 0.88 0.36
Hex AC 40 B 0 3F 5E 21 14 58 24
Octal 254 100 13 0 77 136 41 24 130 44
Binary 10101100 1000000 1011 0 111111 1011110 100001 10100 1011000 100100

Color Harmonies of #AC400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC400B

Black with #AC400B

Text Example


Text Example

White with #AC400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC400B; }

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

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

background-color css

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

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

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

border-color css

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

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

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