Html Css Color HEX #AC1A18 Fire Brick

📋 copy color: '#AC1A18'

red 172 ◦ green 26 ◦ blue 24

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

Shades of Fire Brick #AC1A18

Tints of Fire Brick #AC1A18

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.71%

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

R = 77.48%
G = 11.71%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AC1A18 (or 0xAC1A18) is known color: Fire Brick. HEX triplet: AC, 1A and 18. RGB value is (172,26,24). Sum of RGB (Red+Green+Blue) = 172+26+24=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1A18 is #53E5E7. Grayscale: #454545. Windows color (decimal): -5498344 or 1579692. OLE color: 1579692.

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

Color convert

RGB 172 26 24 -
CMYK 0 0.85 0.86 0.33
HSL 0.81º 0.76% 0.38% -
HSV(B) 0.81º 0.86% 0.67% -
XYZ 17.55 9.58 1.79 -
YUV 69.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 172 26 24 0 0.85 0.86 0.33 0.81 0.76 0.38
Hex AC 1A 18 0 55 56 21 1 4C 26
Octal 254 32 30 0 125 126 41 1 114 46
Binary 10101100 11010 11000 0 1010101 1010110 100001 1 1001100 100110

Color Harmonies of #AC1A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A18

Black with #AC1A18

Text Example


Text Example

White with #AC1A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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