Html Css Color HEX #AC3315 Rust

📋 copy color: '#AC3315'

red 172 ◦ green 51 ◦ blue 21

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

Shades of Rust #AC3315

Tints of Rust #AC3315

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.9%

 BLUE value IS 21 (8.59% from 255) = 8.61%

R = 70.49%
G = 20.9%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC3315 (or 0xAC3315) is known color: Rust. HEX triplet: AC, 33 and 15. RGB value is (172,51,21). Sum of RGB (Red+Green+Blue) = 172+51+21=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3315 is #53CCEA. Grayscale: #545454. Windows color (decimal): -5491947 or 1389484. OLE color: 1389484.

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

Color convert

RGB 172 51 21 -
CMYK 0 0.70 0.88 0.33
HSL 11.92º 0.78% 0.38% -
HSV(B) 11.92º 0.88% 0.67% -
XYZ 18.33 11.19 1.9 -
YUV 83.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 172 51 21 0 0.70 0.88 0.33 11.92 0.78 0.38
Hex AC 33 15 0 46 58 21 C 4E 26
Octal 254 63 25 0 106 130 41 14 116 46
Binary 10101100 110011 10101 0 1000110 1011000 100001 1100 1001110 100110

Color Harmonies of #AC3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3315

Black with #AC3315

Text Example


Text Example

White with #AC3315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3315; }

 p { color: rgb(172,51,21); }

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

background-color css

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

 a { background-color: rgb(172,51,21); }

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

border-color css

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

 span { border-color: rgb(172,51,21); }

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