Html Css Color HEX #AC3B15 Rust

📋 copy color: '#AC3B15'

red 172 ◦ green 59 ◦ blue 21

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

Shades of Rust #AC3B15

Tints of Rust #AC3B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.41%

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

R = 68.25%
G = 23.41%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC3B15 (or 0xAC3B15) is known color: Rust. HEX triplet: AC, 3B and 15. RGB value is (172,59,21). Sum of RGB (Red+Green+Blue) = 172+59+21=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3B15 is #53C4EA. Grayscale: #585858. Windows color (decimal): -5489899 or 1391532. OLE color: 1391532.

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

Color convert

RGB 172 59 21 -
CMYK 0 0.66 0.88 0.33
HSL 15.1º 0.78% 0.38% -
HSV(B) 15.1º 0.88% 0.67% -
XYZ 18.71 11.95 2.03 -
YUV 88.46 89.94 187.59 -
System Red Green Blue C M Y K H S L
Decimal 172 59 21 0 0.66 0.88 0.33 15.1 0.78 0.38
Hex AC 3B 15 0 42 58 21 F 4E 26
Octal 254 73 25 0 102 130 41 17 116 46
Binary 10101100 111011 10101 0 1000010 1011000 100001 1111 1001110 100110

Color Harmonies of #AC3B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3B15

Black with #AC3B15

Text Example


Text Example

White with #AC3B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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