Html Css Color HEX #AC1A14 Fire Brick

📋 copy color: '#AC1A14'

red 172 ◦ green 26 ◦ blue 20

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

Shades of Fire Brick #AC1A14

Tints of Fire Brick #AC1A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.17%

R = 78.9%
G = 11.93%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC1A14 (or 0xAC1A14) is known color: Fire Brick. HEX triplet: AC, 1A and 14. RGB value is (172,26,20). Sum of RGB (Red+Green+Blue) = 172+26+20=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1A14 is #53E5EB. Grayscale: #454545. Windows color (decimal): -5498348 or 1317548. OLE color: 1317548.

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

Color convert

RGB 172 26 20 -
CMYK 0 0.85 0.88 0.33
HSL 2.37º 0.79% 0.38% -
HSV(B) 2.37º 0.88% 0.67% -
XYZ 17.51 9.56 1.58 -
YUV 68.97 100.37 201.49 -
System Red Green Blue C M Y K H S L
Decimal 172 26 20 0 0.85 0.88 0.33 2.37 0.79 0.38
Hex AC 1A 14 0 55 58 21 2 4F 26
Octal 254 32 24 0 125 130 41 2 117 46
Binary 10101100 11010 10100 0 1010101 1011000 100001 10 1001111 100110

Color Harmonies of #AC1A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1A14

Black with #AC1A14

Text Example


Text Example

White with #AC1A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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