Html Css Color HEX #AC3013 Rust

📋 copy color: '#AC3013'

red 172 ◦ green 48 ◦ blue 19

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

Shades of Rust #AC3013

Tints of Rust #AC3013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.08%

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

R = 71.97%
G = 20.08%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC3013 (or 0xAC3013) is known color: Rust. HEX triplet: AC, 30 and 13. RGB value is (172,48,19). Sum of RGB (Red+Green+Blue) = 172+48+19=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3013 is #53CFEC. Grayscale: #525252. Windows color (decimal): -5492717 or 1257644. OLE color: 1257644.

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

Color convert

RGB 172 48 19 -
CMYK 0 0.72 0.89 0.33
HSL 11.37º 0.8% 0.37% -
HSV(B) 11.37º 0.89% 0.67% -
XYZ 18.19 10.93 1.77 -
YUV 81.77 92.58 192.36 -
System Red Green Blue C M Y K H S L
Decimal 172 48 19 0 0.72 0.89 0.33 11.37 0.8 0.37
Hex AC 30 13 0 48 59 21 B 50 25
Octal 254 60 23 0 110 131 41 13 120 45
Binary 10101100 110000 10011 0 1001000 1011001 100001 1011 1010000 100101

Color Harmonies of #AC3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3013

Black with #AC3013

Text Example


Text Example

White with #AC3013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3013; }

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

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

background-color css

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

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

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

border-color css

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

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

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