Html Css Color HEX #AC1C19 Fire Brick

📋 copy color: '#AC1C19'

red 172 ◦ green 28 ◦ blue 25

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

Shades of Fire Brick #AC1C19

Tints of Fire Brick #AC1C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.44%

 BLUE value IS 25 (10.16% from 255) = 11.11%

R = 76.44%
G = 12.44%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC1C19 (or 0xAC1C19) is known color: Fire Brick. HEX triplet: AC, 1C and 19. RGB value is (172,28,25). Sum of RGB (Red+Green+Blue) = 172+28+25=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1C19 is #53E3E6. Grayscale: #464646. Windows color (decimal): -5497831 or 1645740. OLE color: 1645740.

HSL color Cylindrical-coordinate representation of color #AC1C19: hue angle of 1.22º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1C19 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 28 25 -
CMYK 0 0.84 0.85 0.33
HSL 1.22º 0.75% 0.39% -
HSV(B) 1.22º 0.85% 0.67% -
XYZ 17.6 9.67 1.86 -
YUV 70.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 172 28 25 0 0.84 0.85 0.33 1.22 0.75 0.39
Hex AC 1C 19 0 54 55 21 1 4B 27
Octal 254 34 31 0 124 125 41 1 113 47
Binary 10101100 11100 11001 0 1010100 1010101 100001 1 1001011 100111

Color Harmonies of #AC1C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C19

Black with #AC1C19

Text Example


Text Example

White with #AC1C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C19; }

 p { color: rgb(172,28,25); }

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

background-color css

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

 a { background-color: rgb(172,28,25); }

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

border-color css

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

 span { border-color: rgb(172,28,25); }

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