Html Css Color HEX #AC400F Rust

📋 copy color: '#AC400F'

red 172 ◦ green 64 ◦ blue 15

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

Shades of Rust #AC400F

Tints of Rust #AC400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.98%

R = 68.53%
G = 25.5%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC400F (or 0xAC400F) is known color: Rust. HEX triplet: AC, 40 and 0F. RGB value is (172,64,15). Sum of RGB (Red+Green+Blue) = 172+64+15=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC400F is #53BFF0. Grayscale: #5B5B5B. Windows color (decimal): -5488625 or 999596. OLE color: 999596.

HSL color Cylindrical-coordinate representation of color #AC400F: hue angle of 18.73º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC400F is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 64 15 -
CMYK 0 0.63 0.91 0.33
HSL 18.73º 0.84% 0.37% -
HSV(B) 18.73º 0.91% 0.67% -
XYZ 18.93 12.47 1.86 -
YUV 90.71 85.28 185.98 -
System Red Green Blue C M Y K H S L
Decimal 172 64 15 0 0.63 0.91 0.33 18.73 0.84 0.37
Hex AC 40 F 0 3F 5B 21 13 54 25
Octal 254 100 17 0 77 133 41 23 124 45
Binary 10101100 1000000 1111 0 111111 1011011 100001 10011 1010100 100101

Color Harmonies of #AC400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC400F

Black with #AC400F

Text Example


Text Example

White with #AC400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC400F; }

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

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

background-color css

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

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

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

border-color css

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

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

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