Html Css Color HEX #A91312 Fire Brick

📋 copy color: '#A91312'

red 169 ◦ green 19 ◦ blue 18

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

Shades of Fire Brick #A91312

Tints of Fire Brick #A91312

RGB

 RED value IS 169 (66.41% from 255) = 82.04%

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

 BLUE value IS 18 (7.42% from 255) = 8.74%

R = 82.04%
G = 9.22%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A91312 (or 0xA91312) is known color: Fire Brick. HEX triplet: A9, 13 and 12. RGB value is (169,19,18). Sum of RGB (Red+Green+Blue) = 169+19+18=206 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.04% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 169 - color contains mainly: red. Hex color #A91312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91312 is #56ECED. Grayscale: #3F3F3F. Windows color (decimal): -5696750 or 1184681. OLE color: 1184681.

HSL color Cylindrical-coordinate representation of color #A91312: hue angle of 0.4º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91312 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 19 18 -
CMYK 0 0.89 0.89 0.34
HSL 0.4º 0.81% 0.37% -
HSV(B) 0.4º 0.89% 0.66% -
XYZ 16.7 8.94 1.42 -
YUV 63.74 102.2 203.08 -
System Red Green Blue C M Y K H S L
Decimal 169 19 18 0 0.89 0.89 0.34 0.4 0.81 0.37
Hex A9 13 12 0 59 59 22 0 51 25
Octal 251 23 22 0 131 131 42 0 121 45
Binary 10101001 10011 10010 0 1011001 1011001 100010 0 1010001 100101

Color Harmonies of #A91312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91312

Black with #A91312

Text Example


Text Example

White with #A91312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91312; }

 p { color: rgb(169,19,18); }

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

background-color css

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

 a { background-color: rgb(169,19,18); }

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

border-color css

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

 span { border-color: rgb(169,19,18); }

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