Html Css Color HEX #A11D16 Fire Brick

📋 copy color: '#A11D16'

red 161 ◦ green 29 ◦ blue 22

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

Shades of Fire Brick #A11D16

Tints of Fire Brick #A11D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.68%

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

R = 75.94%
G = 13.68%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A11D16 (or 0xA11D16) is known color: Fire Brick. HEX triplet: A1, 1D and 16. RGB value is (161,29,22). Sum of RGB (Red+Green+Blue) = 161+29+22=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11D16 is #5EE2E9. Grayscale: #434343. Windows color (decimal): -6218474 or 1449377. OLE color: 1449377.

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

Color convert

RGB 161 29 22 -
CMYK 0 0.82 0.86 0.37
HSL 3.02º 0.76% 0.36% -
HSV(B) 3.02º 0.86% 0.63% -
XYZ 15.28 8.51 1.6 -
YUV 67.67 102.23 194.57 -
System Red Green Blue C M Y K H S L
Decimal 161 29 22 0 0.82 0.86 0.37 3.02 0.76 0.36
Hex A1 1D 16 0 52 56 25 3 4C 24
Octal 241 35 26 0 122 126 45 3 114 44
Binary 10100001 11101 10110 0 1010010 1010110 100101 11 1001100 100100

Color Harmonies of #A11D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11D16

Black with #A11D16

Text Example


Text Example

White with #A11D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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