#A21F19

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

Shades of Fire Brick #A21F19

Tints of Fire Brick #A21F19

Color information

#A21F19 (or 0xA21F19) is unknown color: approx Fire Brick. HEX triplet: A2, 1F and 19. RGB value is (162,31,25). Sum of RGB (Red+Green+Blue) = 162+31+25=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21F19 is #5DE0E6. Grayscale: #454545. Windows color (decimal): -6152423 or 1646498. OLE color: 1646498.

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

Color convert

RGB1623125-
CMYK00.810.850.36
HSL2.63º73.26%36.67%-
HSV(B)2.63º84.57%63.53%-
XYZ15.578.731.78-
YUV69.48102.9193.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 74.31%
GREEN value IS 31 (12.5% from 255) = 14.22%
BLUE value IS 25 (10.16% from 255) = 11.47%
R=74.31%
G=14.22%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162312500.810.850.362.6373.2636.67
HexA21F19051552434925
Octal2423731012112544311145
Binary101000101111111001010100011010101100100111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21F19; }

 p { color: rgb(162,31,25); }

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

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

 a { background-color: rgb(162,31,25); }

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

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

 span { border-color: rgb(162,31,25); }

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