Html Css Color HEX #AC320F Rust

📋 copy color: '#AC320F'

red 172 ◦ green 50 ◦ blue 15

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

Shades of Rust #AC320F

Tints of Rust #AC320F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.1%

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

R = 72.57%
G = 21.1%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC320F (or 0xAC320F) is known color: Rust. HEX triplet: AC, 32 and 0F. RGB value is (172,50,15). Sum of RGB (Red+Green+Blue) = 172+50+15=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC320F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC320F is #53CDF0. Grayscale: #525252. Windows color (decimal): -5492209 or 996012. OLE color: 996012.

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

Color convert

RGB 172 50 15 -
CMYK 0 0.71 0.91 0.33
HSL 13.38º 0.84% 0.37% -
HSV(B) 13.38º 0.91% 0.67% -
XYZ 18.24 11.09 1.63 -
YUV 82.49 89.92 191.85 -
System Red Green Blue C M Y K H S L
Decimal 172 50 15 0 0.71 0.91 0.33 13.38 0.84 0.37
Hex AC 32 F 0 47 5B 21 D 54 25
Octal 254 62 17 0 107 133 41 15 124 45
Binary 10101100 110010 1111 0 1000111 1011011 100001 1101 1010100 100101

Color Harmonies of #AC320F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC320F

Black with #AC320F

Text Example


Text Example

White with #AC320F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC320F; }

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

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

background-color css

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

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

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

border-color css

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

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

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