#A21A05

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

Shades of Fire Brick #A21A05

Tints of Fire Brick #A21A05

Color information

#A21A05 (or 0xA21A05) is unknown color: approx Fire Brick. HEX triplet: A2, 1A and 05. RGB value is (162,26,5). Sum of RGB (Red+Green+Blue) = 162+26+5=193 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.94% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21A05 is #5DE5FA. Grayscale: #404040. Windows color (decimal): -6153723 or 334498. OLE color: 334498.

HSL color Cylindrical-coordinate representation of color #A21A05: hue angle of 8.03º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A21A05 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB162265-
CMYK00.840.970.36
HSL8.03º94.01%32.75%-
HSV(B)8.03º96.91%63.53%-
XYZ15.38.430.96-
YUV64.2794.56197.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 83.94%
GREEN value IS 26 (10.55% from 255) = 13.47%
BLUE value IS 5 (2.34% from 255) = 2.59%
R=83.94%
G=13.47%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16226500.840.970.368.0394.0132.75
HexA21A5054612485e21
Octal2423250124141441013641
Binary101000101101010101010100110000110010010001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21A05; }

 p { color: rgb(162,26,5); }

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

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

 a { background-color: rgb(162,26,5); }

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

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

 span { border-color: rgb(162,26,5); }

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