Html Css Color HEX #AC3313 Rust

📋 copy color: '#AC3313'

red 172 ◦ green 51 ◦ blue 19

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

Shades of Rust #AC3313

Tints of Rust #AC3313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.85%

R = 71.07%
G = 21.07%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC3313 (or 0xAC3313) is known color: Rust. HEX triplet: AC, 33 and 13. RGB value is (172,51,19). Sum of RGB (Red+Green+Blue) = 172+51+19=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3313 is #53CCEC. Grayscale: #535353. Windows color (decimal): -5491949 or 1258412. OLE color: 1258412.

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

Color convert

RGB 172 51 19 -
CMYK 0 0.70 0.89 0.33
HSL 12.55º 0.8% 0.37% -
HSV(B) 12.55º 0.89% 0.67% -
XYZ 18.31 11.19 1.81 -
YUV 83.53 91.59 191.1 -
System Red Green Blue C M Y K H S L
Decimal 172 51 19 0 0.70 0.89 0.33 12.55 0.8 0.37
Hex AC 33 13 0 46 59 21 D 50 25
Octal 254 63 23 0 106 131 41 15 120 45
Binary 10101100 110011 10011 0 1000110 1011001 100001 1101 1010000 100101

Color Harmonies of #AC3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3313

Black with #AC3313

Text Example


Text Example

White with #AC3313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3313; }

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

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

background-color css

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

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

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

border-color css

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

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

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