Html Css Color HEX #A91713 Fire Brick

📋 copy color: '#A91713'

red 169 ◦ green 23 ◦ blue 19

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

Shades of Fire Brick #A91713

Tints of Fire Brick #A91713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.9%

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

R = 80.09%
G = 10.9%
B = 9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A91713 (or 0xA91713) is known color: Fire Brick. HEX triplet: A9, 17 and 13. RGB value is (169,23,19). Sum of RGB (Red+Green+Blue) = 169+23+19=211 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.09% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 169 - color contains mainly: red. Hex color #A91713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91713 is #56E8EC. Grayscale: #424242. Windows color (decimal): -5695725 or 1251241. OLE color: 1251241.

HSL color Cylindrical-coordinate representation of color #A91713: hue angle of 1.6º degrees, saturation: 0.8, 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 #A91713 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 23 19 -
CMYK 0 0.86 0.89 0.34
HSL 1.6º 0.8% 0.37% -
HSV(B) 1.6º 0.89% 0.66% -
XYZ 16.79 9.09 1.49 -
YUV 66.2 101.37 201.33 -
System Red Green Blue C M Y K H S L
Decimal 169 23 19 0 0.86 0.89 0.34 1.6 0.8 0.37
Hex A9 17 13 0 56 59 22 2 50 25
Octal 251 27 23 0 126 131 42 2 120 45
Binary 10101001 10111 10011 0 1010110 1011001 100010 10 1010000 100101

Color Harmonies of #A91713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91713

Black with #A91713

Text Example


Text Example

White with #A91713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91713; }

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

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

background-color css

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

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

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

border-color css

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

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

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