Html Css Color HEX #A11A16 Fire Brick

📋 copy color: '#A11A16'

red 161 ◦ green 26 ◦ blue 22

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

Shades of Fire Brick #A11A16

Tints of Fire Brick #A11A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.44%

 BLUE value IS 22 (8.98% from 255) = 10.53%

R = 77.03%
G = 12.44%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A11A16 (or 0xA11A16) is known color: Fire Brick. HEX triplet: A1, 1A and 16. RGB value is (161,26,22). Sum of RGB (Red+Green+Blue) = 161+26+22=209 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.03% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11A16 is #5EE5E9. Grayscale: #424242. Windows color (decimal): -6219242 or 1448609. OLE color: 1448609.

HSL color Cylindrical-coordinate representation of color #A11A16: hue angle of 1.73º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11A16 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 26 22 -
CMYK 0 0.84 0.86 0.37
HSL 1.73º 0.76% 0.36% -
HSV(B) 1.73º 0.86% 0.63% -
XYZ 15.21 8.37 1.57 -
YUV 65.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 161 26 22 0 0.84 0.86 0.37 1.73 0.76 0.36
Hex A1 1A 16 0 54 56 25 2 4C 24
Octal 241 32 26 0 124 126 45 2 114 44
Binary 10100001 11010 10110 0 1010100 1010110 100101 10 1001100 100100

Color Harmonies of #A11A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11A16

Black with #A11A16

Text Example


Text Example

White with #A11A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11A16; }

 p { color: rgb(161,26,22); }

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

background-color css

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

 a { background-color: rgb(161,26,22); }

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

border-color css

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

 span { border-color: rgb(161,26,22); }

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