Html Css Color HEX #AC3B18 Rust

📋 copy color: '#AC3B18'

red 172 ◦ green 59 ◦ blue 24

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

Shades of Rust #AC3B18

Tints of Rust #AC3B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.41%

R = 67.45%
G = 23.14%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC3B18 (or 0xAC3B18) is known color: Rust. HEX triplet: AC, 3B and 18. RGB value is (172,59,24). Sum of RGB (Red+Green+Blue) = 172+59+24=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3B18 is #53C4E7. Grayscale: #595959. Windows color (decimal): -5489896 or 1588140. OLE color: 1588140.

HSL color Cylindrical-coordinate representation of color #AC3B18: hue angle of 14.19º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC3B18 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 59 24 -
CMYK 0 0.66 0.86 0.33
HSL 14.19º 0.76% 0.38% -
HSV(B) 14.19º 0.86% 0.67% -
XYZ 18.74 11.96 2.19 -
YUV 88.8 91.44 187.35 -
System Red Green Blue C M Y K H S L
Decimal 172 59 24 0 0.66 0.86 0.33 14.19 0.76 0.38
Hex AC 3B 18 0 42 56 21 E 4C 26
Octal 254 73 30 0 102 126 41 16 114 46
Binary 10101100 111011 11000 0 1000010 1010110 100001 1110 1001100 100110

Color Harmonies of #AC3B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3B18

Black with #AC3B18

Text Example


Text Example

White with #AC3B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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