Html Css Color HEX #A91F13 Fire Brick

📋 copy color: '#A91F13'

red 169 ◦ green 31 ◦ blue 19

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

Shades of Fire Brick #A91F13

Tints of Fire Brick #A91F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.16%

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

R = 77.17%
G = 14.16%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A91F13 (or 0xA91F13) is known color: Fire Brick. HEX triplet: A9, 1F and 13. RGB value is (169,31,19). Sum of RGB (Red+Green+Blue) = 169+31+19=219 (29% of max value = 765). Red value is 169 (66.41% from 255 or 77.17% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 169 - color contains mainly: red. Hex color #A91F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91F13 is #56E0EC. Grayscale: #474747. Windows color (decimal): -5693677 or 1253289. OLE color: 1253289.

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

Color convert

RGB 169 31 19 -
CMYK 0 0.82 0.89 0.34
HSL 4.8º 0.8% 0.37% -
HSV(B) 4.8º 0.89% 0.66% -
XYZ 16.97 9.46 1.55 -
YUV 70.89 98.72 197.98 -
System Red Green Blue C M Y K H S L
Decimal 169 31 19 0 0.82 0.89 0.34 4.8 0.8 0.37
Hex A9 1F 13 0 52 59 22 5 50 25
Octal 251 37 23 0 122 131 42 5 120 45
Binary 10101001 11111 10011 0 1010010 1011001 100010 101 1010000 100101

Color Harmonies of #A91F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91F13

Black with #A91F13

Text Example


Text Example

White with #A91F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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