Html Css Color HEX #A91E13 Fire Brick

📋 copy color: '#A91E13'

red 169 ◦ green 30 ◦ blue 19

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

Shades of Fire Brick #A91E13

Tints of Fire Brick #A91E13

RGB

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

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

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

R = 77.52%
G = 13.76%
B = 8.72%

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

#A91E13 (or 0xA91E13) is known color: Fire Brick. HEX triplet: A9, 1E and 13. RGB value is (169,30,19). Sum of RGB (Red+Green+Blue) = 169+30+19=218 (28% of max value = 765). Red value is 169 (66.41% from 255 or 77.52% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91E13 is #56E1EC. Grayscale: #464646. Windows color (decimal): -5693933 or 1253033. OLE color: 1253033.

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

Color convert

RGB 169 30 19 -
CMYK 0 0.82 0.89 0.34
HSL 4.4º 0.8% 0.37% -
HSV(B) 4.4º 0.89% 0.66% -
XYZ 16.94 9.41 1.54 -
YUV 70.31 99.05 198.39 -
System Red Green Blue C M Y K H S L
Decimal 169 30 19 0 0.82 0.89 0.34 4.4 0.8 0.37
Hex A9 1E 13 0 52 59 22 4 50 25
Octal 251 36 23 0 122 131 42 4 120 45
Binary 10101001 11110 10011 0 1010010 1011001 100010 100 1010000 100101

Color Harmonies of #A91E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91E13

Black with #A91E13

Text Example


Text Example

White with #A91E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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