Html Css Color HEX #AC360C Rust

📋 copy color: '#AC360C'

red 172 ◦ green 54 ◦ blue 12

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

Shades of Rust #AC360C

Tints of Rust #AC360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.69%

 BLUE value IS 12 (5.08% from 255) = 5.04%

R = 72.27%
G = 22.69%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC360C (or 0xAC360C) is known color: Rust. HEX triplet: AC, 36 and 0C. RGB value is (172,54,12). Sum of RGB (Red+Green+Blue) = 172+54+12=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC360C is #53C9F3. Grayscale: #545454. Windows color (decimal): -5491188 or 800428. OLE color: 800428.

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

Color convert

RGB 172 54 12 -
CMYK 0 0.69 0.93 0.33
HSL 15.75º 0.87% 0.36% -
HSV(B) 15.75º 0.93% 0.67% -
XYZ 18.4 11.44 1.59 -
YUV 84.49 87.09 190.42 -
System Red Green Blue C M Y K H S L
Decimal 172 54 12 0 0.69 0.93 0.33 15.75 0.87 0.36
Hex AC 36 C 0 45 5D 21 10 57 24
Octal 254 66 14 0 105 135 41 20 127 44
Binary 10101100 110110 1100 0 1000101 1011101 100001 10000 1010111 100100

Color Harmonies of #AC360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC360C

Black with #AC360C

Text Example


Text Example

White with #AC360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC360C; }

 p { color: rgb(172,54,12); }

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

background-color css

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

 a { background-color: rgb(172,54,12); }

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

border-color css

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

 span { border-color: rgb(172,54,12); }

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