Html Css Color HEX #A11211 Fire Brick

📋 copy color: '#A11211'

red 161 ◦ green 18 ◦ blue 17

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

Shades of Fire Brick #A11211

Tints of Fire Brick #A11211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

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

R = 82.14%
G = 9.18%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A11211 (or 0xA11211) is known color: Fire Brick. HEX triplet: A1, 12 and 11. RGB value is (161,18,17). Sum of RGB (Red+Green+Blue) = 161+18+17=196 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.14% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 161 - color contains mainly: red. Hex color #A11211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11211 is #5EEDEE. Grayscale: #3C3C3C. Windows color (decimal): -6221295 or 1118881. OLE color: 1118881.

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

Color convert

RGB 161 18 17 -
CMYK 0 0.89 0.89 0.37
HSL 0.42º 0.81% 0.35% -
HSV(B) 0.42º 0.89% 0.63% -
XYZ 15.02 8.05 1.29 -
YUV 60.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 161 18 17 0 0.89 0.89 0.37 0.42 0.81 0.35
Hex A1 12 11 0 59 59 25 0 51 23
Octal 241 22 21 0 131 131 45 0 121 43
Binary 10100001 10010 10001 0 1011001 1011001 100101 0 1010001 100011

Color Harmonies of #A11211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11211

Black with #A11211

Text Example


Text Example

White with #A11211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11211; }

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

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

background-color css

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

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

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

border-color css

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

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

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