Html Css Color HEX #A11E11 Fire Brick

📋 copy color: '#A11E11'

red 161 ◦ green 30 ◦ blue 17

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

Shades of Fire Brick #A11E11

Tints of Fire Brick #A11E11

RGB

 RED value IS 161 (63.28% from 255) = 77.4%

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

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

R = 77.4%
G = 14.42%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A11E11 (or 0xA11E11) is known color: Fire Brick. HEX triplet: A1, 1E and 11. RGB value is (161,30,17). Sum of RGB (Red+Green+Blue) = 161+30+17=208 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.40% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11E11 is #5EE1EE. Grayscale: #434343. Windows color (decimal): -6218223 or 1121953. OLE color: 1121953.

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

Color convert

RGB 161 30 17 -
CMYK 0 0.81 0.89 0.37
HSL 5.42º 0.81% 0.35% -
HSV(B) 5.42º 0.89% 0.63% -
XYZ 15.26 8.55 1.38 -
YUV 67.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 161 30 17 0 0.81 0.89 0.37 5.42 0.81 0.35
Hex A1 1E 11 0 51 59 25 5 51 23
Octal 241 36 21 0 121 131 45 5 121 43
Binary 10100001 11110 10001 0 1010001 1011001 100101 101 1010001 100011

Color Harmonies of #A11E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11E11

Black with #A11E11

Text Example


Text Example

White with #A11E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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