Html Css Color HEX #AC2B18 Fire Brick

📋 copy color: '#AC2B18'

red 172 ◦ green 43 ◦ blue 24

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

Shades of Fire Brick #AC2B18

Tints of Fire Brick #AC2B18

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.99%

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

R = 71.97%
G = 17.99%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC2B18 (or 0xAC2B18) is known color: Fire Brick. HEX triplet: AC, 2B and 18. RGB value is (172,43,24). Sum of RGB (Red+Green+Blue) = 172+43+24=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2B18 is #53D4E7. Grayscale: #4F4F4F. Windows color (decimal): -5493992 or 1584044. OLE color: 1584044.

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

Color convert

RGB 172 43 24 -
CMYK 0 0.75 0.86 0.33
HSL 7.7º 0.76% 0.38% -
HSV(B) 7.7º 0.86% 0.67% -
XYZ 18.04 10.56 1.95 -
YUV 79.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 172 43 24 0 0.75 0.86 0.33 7.7 0.76 0.38
Hex AC 2B 18 0 4B 56 21 8 4C 26
Octal 254 53 30 0 113 126 41 10 114 46
Binary 10101100 101011 11000 0 1001011 1010110 100001 1000 1001100 100110

Color Harmonies of #AC2B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B18

Black with #AC2B18

Text Example


Text Example

White with #AC2B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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