Html Css Color HEX #AC1E19 Fire Brick

📋 copy color: '#AC1E19'

red 172 ◦ green 30 ◦ blue 25

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

Shades of Fire Brick #AC1E19

Tints of Fire Brick #AC1E19

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.22%

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

R = 75.77%
G = 13.22%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC1E19 (or 0xAC1E19) is known color: Fire Brick. HEX triplet: AC, 1E and 19. RGB value is (172,30,25). Sum of RGB (Red+Green+Blue) = 172+30+25=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1E19 is #53E1E6. Grayscale: #484848. Windows color (decimal): -5497319 or 1646252. OLE color: 1646252.

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

Color convert

RGB 172 30 25 -
CMYK 0 0.83 0.85 0.33
HSL 2.04º 0.75% 0.39% -
HSV(B) 2.04º 0.85% 0.67% -
XYZ 17.65 9.77 1.87 -
YUV 71.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 172 30 25 0 0.83 0.85 0.33 2.04 0.75 0.39
Hex AC 1E 19 0 53 55 21 2 4B 27
Octal 254 36 31 0 123 125 41 2 113 47
Binary 10101100 11110 11001 0 1010011 1010101 100001 10 1001011 100111

Color Harmonies of #AC1E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1E19

Black with #AC1E19

Text Example


Text Example

White with #AC1E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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