Html Css Color HEX #AC1C13 Fire Brick

📋 copy color: '#AC1C13'

red 172 ◦ green 28 ◦ blue 19

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

Shades of Fire Brick #AC1C13

Tints of Fire Brick #AC1C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 78.54%
G = 12.79%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC1C13 (or 0xAC1C13) is known color: Fire Brick. HEX triplet: AC, 1C and 13. RGB value is (172,28,19). Sum of RGB (Red+Green+Blue) = 172+28+19=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1C13 is #53E3EC. Grayscale: #464646. Windows color (decimal): -5497837 or 1252524. OLE color: 1252524.

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

Color convert

RGB 172 28 19 -
CMYK 0 0.84 0.89 0.33
HSL 3.53º 0.8% 0.37% -
HSV(B) 3.53º 0.89% 0.67% -
XYZ 17.55 9.65 1.55 -
YUV 70.03 99.21 200.73 -
System Red Green Blue C M Y K H S L
Decimal 172 28 19 0 0.84 0.89 0.33 3.53 0.8 0.37
Hex AC 1C 13 0 54 59 21 4 50 25
Octal 254 34 23 0 124 131 41 4 120 45
Binary 10101100 11100 10011 0 1010100 1011001 100001 100 1010000 100101

Color Harmonies of #AC1C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1C13

Black with #AC1C13

Text Example


Text Example

White with #AC1C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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