Html Css Color HEX #AC3A18 Rust

📋 copy color: '#AC3A18'

red 172 ◦ green 58 ◦ blue 24

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

Shades of Rust #AC3A18

Tints of Rust #AC3A18

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.83%

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

R = 67.72%
G = 22.83%
B = 9.45%

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

#AC3A18 (or 0xAC3A18) is known color: Rust. HEX triplet: AC, 3A and 18. RGB value is (172,58,24). Sum of RGB (Red+Green+Blue) = 172+58+24=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3A18 is #53C5E7. Grayscale: #585858. Windows color (decimal): -5490152 or 1587884. OLE color: 1587884.

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

Color convert

RGB 172 58 24 -
CMYK 0 0.66 0.86 0.33
HSL 13.78º 0.76% 0.38% -
HSV(B) 13.78º 0.86% 0.67% -
XYZ 18.69 11.86 2.17 -
YUV 88.21 91.77 187.76 -
System Red Green Blue C M Y K H S L
Decimal 172 58 24 0 0.66 0.86 0.33 13.78 0.76 0.38
Hex AC 3A 18 0 42 56 21 E 4C 26
Octal 254 72 30 0 102 126 41 16 114 46
Binary 10101100 111010 11000 0 1000010 1010110 100001 1110 1001100 100110

Color Harmonies of #AC3A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A18

Black with #AC3A18

Text Example


Text Example

White with #AC3A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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