Html Css Color HEX #A11511 Fire Brick

📋 copy color: '#A11511'

red 161 ◦ green 21 ◦ blue 17

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

Shades of Fire Brick #A11511

Tints of Fire Brick #A11511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

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

R = 80.9%
G = 10.55%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A11511 (or 0xA11511) is known color: Fire Brick. HEX triplet: A1, 15 and 11. RGB value is (161,21,17). Sum of RGB (Red+Green+Blue) = 161+21+17=199 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.90% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 161 - color contains mainly: red. Hex color #A11511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11511 is #5EEAEE. Grayscale: #3E3E3E. Windows color (decimal): -6220527 or 1119649. OLE color: 1119649.

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

Color convert

RGB 161 21 17 -
CMYK 0 0.87 0.89 0.37
HSL 1.67º 0.81% 0.35% -
HSV(B) 1.67º 0.89% 0.63% -
XYZ 15.07 8.15 1.31 -
YUV 62.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 161 21 17 0 0.87 0.89 0.37 1.67 0.81 0.35
Hex A1 15 11 0 57 59 25 2 51 23
Octal 241 25 21 0 127 131 45 2 121 43
Binary 10100001 10101 10001 0 1010111 1011001 100101 10 1010001 100011

Color Harmonies of #A11511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11511

Black with #A11511

Text Example


Text Example

White with #A11511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11511; }

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

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

background-color css

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

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

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

border-color css

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

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

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