Html Css Color HEX #AC2418 Fire Brick

📋 copy color: '#AC2418'

red 172 ◦ green 36 ◦ blue 24

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

Shades of Fire Brick #AC2418

Tints of Fire Brick #AC2418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.52%

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

R = 74.14%
G = 15.52%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC2418 (or 0xAC2418) is known color: Fire Brick. HEX triplet: AC, 24 and 18. RGB value is (172,36,24). Sum of RGB (Red+Green+Blue) = 172+36+24=232 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.14% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2418 is #53DBE7. Grayscale: #4B4B4B. Windows color (decimal): -5495784 or 1582252. OLE color: 1582252.

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

Color convert

RGB 172 36 24 -
CMYK 0 0.79 0.86 0.33
HSL 4.86º 0.76% 0.38% -
HSV(B) 4.86º 0.86% 0.67% -
XYZ 17.81 10.1 1.87 -
YUV 75.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 172 36 24 0 0.79 0.86 0.33 4.86 0.76 0.38
Hex AC 24 18 0 4F 56 21 5 4C 26
Octal 254 44 30 0 117 126 41 5 114 46
Binary 10101100 100100 11000 0 1001111 1010110 100001 101 1001100 100110

Color Harmonies of #AC2418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2418

Black with #AC2418

Text Example


Text Example

White with #AC2418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2418; }

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

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

background-color css

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

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

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

border-color css

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

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

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