Html Css Color HEX #A11816 Fire Brick

📋 copy color: '#A11816'

red 161 ◦ green 24 ◦ blue 22

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

Shades of Fire Brick #A11816

Tints of Fire Brick #A11816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.59%

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

R = 77.78%
G = 11.59%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A11816 (or 0xA11816) is known color: Fire Brick. HEX triplet: A1, 18 and 16. RGB value is (161,24,22). Sum of RGB (Red+Green+Blue) = 161+24+22=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A11816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11816 is #5EE7E9. Grayscale: #404040. Windows color (decimal): -6219754 or 1448097. OLE color: 1448097.

HSL color Cylindrical-coordinate representation of color #A11816: hue angle of 0.86º 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 #A11816 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 24 22 -
CMYK 0 0.85 0.86 0.37
HSL 0.86º 0.76% 0.36% -
HSV(B) 0.86º 0.86% 0.63% -
XYZ 15.17 8.29 1.56 -
YUV 64.74 103.89 196.66 -
System Red Green Blue C M Y K H S L
Decimal 161 24 22 0 0.85 0.86 0.37 0.86 0.76 0.36
Hex A1 18 16 0 55 56 25 1 4C 24
Octal 241 30 26 0 125 126 45 1 114 44
Binary 10100001 11000 10110 0 1010101 1010110 100101 1 1001100 100100

Color Harmonies of #A11816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11816

Black with #A11816

Text Example


Text Example

White with #A11816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11816; }

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

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

background-color css

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

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

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

border-color css

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

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

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