#A21511

Color #A21511 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #A21511

Tints of Fire Brick #A21511

Color information

#A21511 (or 0xA21511) is unknown color: approx Fire Brick. HEX triplet: A2, 15 and 11. RGB value is (162,21,17). Sum of RGB (Red+Green+Blue) = 162+21+17=200 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 162 - color contains mainly: red. Hex color #A21511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21511 is #5DEAEE. Grayscale: #3E3E3E. Windows color (decimal): -6154991 or 1119650. OLE color: 1119650.

HSL color Cylindrical-coordinate representation of color #A21511: hue angle of 1.66º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A21511 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1622117-
CMYK00.870.900.36
HSL1.66º81.01%35.1%-
HSV(B)1.66º89.51%63.53%-
XYZ15.278.261.32-
YUV62.7102.21198.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 81%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 17 (7.03% from 255) = 8.5%
R=81%
G=10.5%
B=8.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162211700.870.900.361.6681.0135.1
HexA215110575A2425123
Octal2422521012713244212143
Binary101000101010110001010101111011010100100101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21511; }

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

 H1.HeaderClassName
 {
   color: #A21511;
 }
 .AnyTagClassName
 {
   color: #A21511;
 }
</style>
background-color css

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

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

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

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

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

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