Html Css Color HEX #AC3015 Rust

📋 copy color: '#AC3015'

red 172 ◦ green 48 ◦ blue 21

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

Shades of Rust #AC3015

Tints of Rust #AC3015

RGB

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

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

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

R = 71.37%
G = 19.92%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC3015 (or 0xAC3015) is known color: Rust. HEX triplet: AC, 30 and 15. RGB value is (172,48,21). Sum of RGB (Red+Green+Blue) = 172+48+21=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3015 is #53CFEA. Grayscale: #525252. Windows color (decimal): -5492715 or 1388716. OLE color: 1388716.

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

Color convert

RGB 172 48 21 -
CMYK 0 0.72 0.88 0.33
HSL 10.73º 0.78% 0.38% -
HSV(B) 10.73º 0.88% 0.67% -
XYZ 18.21 10.94 1.86 -
YUV 82 93.58 192.2 -
System Red Green Blue C M Y K H S L
Decimal 172 48 21 0 0.72 0.88 0.33 10.73 0.78 0.38
Hex AC 30 15 0 48 58 21 B 4E 26
Octal 254 60 25 0 110 130 41 13 116 46
Binary 10101100 110000 10101 0 1001000 1011000 100001 1011 1001110 100110

Color Harmonies of #AC3015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3015

Black with #AC3015

Text Example


Text Example

White with #AC3015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3015; }

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

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

background-color css

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

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

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

border-color css

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

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

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