Html Css Color HEX #AC3418 Rust

📋 copy color: '#AC3418'

red 172 ◦ green 52 ◦ blue 24

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

Shades of Rust #AC3418

Tints of Rust #AC3418

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.97%

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

R = 69.35%
G = 20.97%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC3418 (or 0xAC3418) is known color: Rust. HEX triplet: AC, 34 and 18. RGB value is (172,52,24). Sum of RGB (Red+Green+Blue) = 172+52+24=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3418 is #53CBE7. Grayscale: #545454. Windows color (decimal): -5491688 or 1586348. OLE color: 1586348.

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

Color convert

RGB 172 52 24 -
CMYK 0 0.70 0.86 0.33
HSL 11.35º 0.76% 0.38% -
HSV(B) 11.35º 0.86% 0.67% -
XYZ 18.41 11.29 2.07 -
YUV 84.69 93.76 190.28 -
System Red Green Blue C M Y K H S L
Decimal 172 52 24 0 0.70 0.86 0.33 11.35 0.76 0.38
Hex AC 34 18 0 46 56 21 B 4C 26
Octal 254 64 30 0 106 126 41 13 114 46
Binary 10101100 110100 11000 0 1000110 1010110 100001 1011 1001100 100110

Color Harmonies of #AC3418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3418

Black with #AC3418

Text Example


Text Example

White with #AC3418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3418; }

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

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

background-color css

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

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

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

border-color css

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

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

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