Html Css Color HEX #AC1310 Fire Brick

📋 copy color: '#AC1310'

red 172 ◦ green 19 ◦ blue 16

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

Shades of Fire Brick #AC1310

Tints of Fire Brick #AC1310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.18%

 BLUE value IS 16 (6.64% from 255) = 7.73%

R = 83.09%
G = 9.18%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC1310 (or 0xAC1310) is known color: Fire Brick. HEX triplet: AC, 13 and 10. RGB value is (172,19,16). Sum of RGB (Red+Green+Blue) = 172+19+16=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1310 is #53ECEF. Grayscale: #404040. Windows color (decimal): -5500144 or 1053612. OLE color: 1053612.

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

Color convert

RGB 172 19 16 -
CMYK 0 0.89 0.91 0.33
HSL 1.15º 0.83% 0.37% -
HSV(B) 1.15º 0.91% 0.67% -
XYZ 17.34 9.27 1.37 -
YUV 64.41 100.69 204.74 -
System Red Green Blue C M Y K H S L
Decimal 172 19 16 0 0.89 0.91 0.33 1.15 0.83 0.37
Hex AC 13 10 0 59 5B 21 1 53 25
Octal 254 23 20 0 131 133 41 1 123 45
Binary 10101100 10011 10000 0 1011001 1011011 100001 1 1010011 100101

Color Harmonies of #AC1310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1310

Black with #AC1310

Text Example


Text Example

White with #AC1310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1310; }

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

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

background-color css

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

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

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

border-color css

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

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

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