Html Css Color HEX #AC3B14 Rust

📋 copy color: '#AC3B14'

red 172 ◦ green 59 ◦ blue 20

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

Shades of Rust #AC3B14

Tints of Rust #AC3B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.97%

R = 68.53%
G = 23.51%
B = 7.97%

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

#AC3B14 (or 0xAC3B14) is known color: Rust. HEX triplet: AC, 3B and 14. RGB value is (172,59,20). Sum of RGB (Red+Green+Blue) = 172+59+20=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3B14 is #53C4EB. Grayscale: #585858. Windows color (decimal): -5489900 or 1325996. OLE color: 1325996.

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

Color convert

RGB 172 59 20 -
CMYK 0 0.66 0.88 0.33
HSL 15.39º 0.79% 0.38% -
HSV(B) 15.39º 0.88% 0.67% -
XYZ 18.7 11.95 1.98 -
YUV 88.34 89.44 187.67 -
System Red Green Blue C M Y K H S L
Decimal 172 59 20 0 0.66 0.88 0.33 15.39 0.79 0.38
Hex AC 3B 14 0 42 58 21 F 4F 26
Octal 254 73 24 0 102 130 41 17 117 46
Binary 10101100 111011 10100 0 1000010 1011000 100001 1111 1001111 100110

Color Harmonies of #AC3B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3B14

Black with #AC3B14

Text Example


Text Example

White with #AC3B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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