#A21711

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

Shades of Fire Brick #A21711

Tints of Fire Brick #A21711

Color information

#A21711 (or 0xA21711) is unknown color: approx Fire Brick. HEX triplet: A2, 17 and 11. RGB value is (162,23,17). Sum of RGB (Red+Green+Blue) = 162+23+17=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A21711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21711 is #5DE8EE. Grayscale: #404040. Windows color (decimal): -6154479 or 1120162. OLE color: 1120162.

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

Color convert

RGB1622317-
CMYK00.860.900.36
HSL2.48º81.01%35.1%-
HSV(B)2.48º89.51%63.53%-
XYZ15.318.331.33-
YUV63.88101.55197.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 80.20%
GREEN value IS 23 (9.38% from 255) = 11.39%
BLUE value IS 17 (7.03% from 255) = 8.42%
R=80.20%
G=11.39%
B=8.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162231700.860.900.362.4881.0135.1
HexA217110565A2425123
Octal2422721012613244212143
Binary101000101011110001010101101011010100100101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21711; }

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

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

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

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

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

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

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

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