Html Css Color HEX #A91E11 Fire Brick

📋 copy color: '#A91E11'

red 169 ◦ green 30 ◦ blue 17

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

Shades of Fire Brick #A91E11

Tints of Fire Brick #A91E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.87%

R = 78.24%
G = 13.89%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A91E11 (or 0xA91E11) is known color: Fire Brick. HEX triplet: A9, 1E and 11. RGB value is (169,30,17). Sum of RGB (Red+Green+Blue) = 169+30+17=216 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.24% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91E11 is #56E1EE. Grayscale: #464646. Windows color (decimal): -5693935 or 1121961. OLE color: 1121961.

HSL color Cylindrical-coordinate representation of color #A91E11: hue angle of 5.13º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91E11 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 30 17 -
CMYK 0 0.82 0.90 0.34
HSL 5.13º 0.82% 0.36% -
HSV(B) 5.13º 0.9% 0.66% -
XYZ 16.93 9.4 1.45 -
YUV 70.08 98.05 198.56 -
System Red Green Blue C M Y K H S L
Decimal 169 30 17 0 0.82 0.90 0.34 5.13 0.82 0.36
Hex A9 1E 11 0 52 5A 22 5 52 24
Octal 251 36 21 0 122 132 42 5 122 44
Binary 10101001 11110 10001 0 1010010 1011010 100010 101 1010010 100100

Color Harmonies of #A91E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91E11

Black with #A91E11

Text Example


Text Example

White with #A91E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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