Html Css Color HEX #AC1E13 Fire Brick

📋 copy color: '#AC1E13'

red 172 ◦ green 30 ◦ blue 19

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

Shades of Fire Brick #AC1E13

Tints of Fire Brick #AC1E13

RGB

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

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

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

R = 77.83%
G = 13.57%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC1E13 (or 0xAC1E13) is known color: Fire Brick. HEX triplet: AC, 1E and 13. RGB value is (172,30,19). Sum of RGB (Red+Green+Blue) = 172+30+19=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1E13 is #53E1EC. Grayscale: #474747. Windows color (decimal): -5497325 or 1253036. OLE color: 1253036.

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

Color convert

RGB 172 30 19 -
CMYK 0 0.83 0.89 0.33
HSL 4.31º 0.8% 0.37% -
HSV(B) 4.31º 0.89% 0.67% -
XYZ 17.6 9.75 1.57 -
YUV 71.2 98.54 199.89 -
System Red Green Blue C M Y K H S L
Decimal 172 30 19 0 0.83 0.89 0.33 4.31 0.8 0.37
Hex AC 1E 13 0 53 59 21 4 50 25
Octal 254 36 23 0 123 131 41 4 120 45
Binary 10101100 11110 10011 0 1010011 1011001 100001 100 1010000 100101

Color Harmonies of #AC1E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1E13

Black with #AC1E13

Text Example


Text Example

White with #AC1E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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