Html Css Color HEX #A11716 Fire Brick

📋 copy color: '#A11716'

red 161 ◦ green 23 ◦ blue 22

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

Shades of Fire Brick #A11716

Tints of Fire Brick #A11716

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.17%

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

R = 78.16%
G = 11.17%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A11716 (or 0xA11716) is known color: Fire Brick. HEX triplet: A1, 17 and 16. RGB value is (161,23,22). Sum of RGB (Red+Green+Blue) = 161+23+22=206 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.16% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 161 - color contains mainly: red. Hex color #A11716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11716 is #5EE8E9. Grayscale: #404040. Windows color (decimal): -6220010 or 1447841. OLE color: 1447841.

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

Color convert

RGB 161 23 22 -
CMYK 0 0.86 0.86 0.37
HSL 0.43º 0.76% 0.36% -
HSV(B) 0.43º 0.86% 0.63% -
XYZ 15.15 8.25 1.55 -
YUV 64.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 161 23 22 0 0.86 0.86 0.37 0.43 0.76 0.36
Hex A1 17 16 0 56 56 25 0 4C 24
Octal 241 27 26 0 126 126 45 0 114 44
Binary 10100001 10111 10110 0 1010110 1010110 100101 0 1001100 100100

Color Harmonies of #A11716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11716

Black with #A11716

Text Example


Text Example

White with #A11716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11716; }

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

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

background-color css

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

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

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

border-color css

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

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

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