Html Css Color HEX #AC3310 Rust

📋 copy color: '#AC3310'

red 172 ◦ green 51 ◦ blue 16

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

Shades of Rust #AC3310

Tints of Rust #AC3310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.69%

R = 71.97%
G = 21.34%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC3310 (or 0xAC3310) is known color: Rust. HEX triplet: AC, 33 and 10. RGB value is (172,51,16). Sum of RGB (Red+Green+Blue) = 172+51+16=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3310 is #53CCEF. Grayscale: #535353. Windows color (decimal): -5491952 or 1061804. OLE color: 1061804.

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

Color convert

RGB 172 51 16 -
CMYK 0 0.70 0.91 0.33
HSL 13.46º 0.83% 0.37% -
HSV(B) 13.46º 0.91% 0.67% -
XYZ 18.29 11.18 1.68 -
YUV 83.19 90.09 191.35 -
System Red Green Blue C M Y K H S L
Decimal 172 51 16 0 0.70 0.91 0.33 13.46 0.83 0.37
Hex AC 33 10 0 46 5B 21 D 53 25
Octal 254 63 20 0 106 133 41 15 123 45
Binary 10101100 110011 10000 0 1000110 1011011 100001 1101 1010011 100101

Color Harmonies of #AC3310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3310

Black with #AC3310

Text Example


Text Example

White with #AC3310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3310; }

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

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

background-color css

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

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

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

border-color css

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

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

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