#A21815

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

Shades of Fire Brick #A21815

Tints of Fire Brick #A21815

Color information

#A21815 (or 0xA21815) is unknown color: approx Fire Brick. HEX triplet: A2, 18 and 15. RGB value is (162,24,21). Sum of RGB (Red+Green+Blue) = 162+24+21=207 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.26% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 162 - color contains mainly: red. Hex color #A21815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21815 is #5DE7EA. Grayscale: #414141. Windows color (decimal): -6154219 or 1382562. OLE color: 1382562.

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

Color convert

RGB1622421-
CMYK00.850.870.36
HSL1.28º77.05%35.88%-
HSV(B)1.28º87.04%63.53%-
XYZ15.368.391.52-
YUV64.92103.22197.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 78.26%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 21 (8.59% from 255) = 10.14%
R=78.26%
G=11.59%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162242100.850.870.361.2877.0535.88
HexA21815055572414d24
Octal2423025012512744111544
Binary10100010110001010101010101101011110010011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21815; }

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

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

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

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

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

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

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

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