Html Css Color HEX #AC2218 Fire Brick

📋 copy color: '#AC2218'

red 172 ◦ green 34 ◦ blue 24

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

Shades of Fire Brick #AC2218

Tints of Fire Brick #AC2218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.78%

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

R = 74.78%
G = 14.78%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC2218 (or 0xAC2218) is known color: Fire Brick. HEX triplet: AC, 22 and 18. RGB value is (172,34,24). Sum of RGB (Red+Green+Blue) = 172+34+24=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2218 is #53DDE7. Grayscale: #4A4A4A. Windows color (decimal): -5496296 or 1581740. OLE color: 1581740.

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

Color convert

RGB 172 34 24 -
CMYK 0 0.80 0.86 0.33
HSL 4.05º 0.76% 0.38% -
HSV(B) 4.05º 0.86% 0.67% -
XYZ 17.75 9.98 1.86 -
YUV 74.12 99.72 197.81 -
System Red Green Blue C M Y K H S L
Decimal 172 34 24 0 0.80 0.86 0.33 4.05 0.76 0.38
Hex AC 22 18 0 50 56 21 4 4C 26
Octal 254 42 30 0 120 126 41 4 114 46
Binary 10101100 100010 11000 0 1010000 1010110 100001 100 1001100 100110

Color Harmonies of #AC2218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2218

Black with #AC2218

Text Example


Text Example

White with #AC2218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2218; }

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

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

background-color css

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

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

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

border-color css

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

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

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