#A21B0D

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

Shades of Fire Brick #A21B0D

Tints of Fire Brick #A21B0D

Color information

#A21B0D (or 0xA21B0D) is unknown color: approx Fire Brick. HEX triplet: A2, 1B and 0D. RGB value is (162,27,13). Sum of RGB (Red+Green+Blue) = 162+27+13=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 27 (10.94% from 255 or 13.37% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A21B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21B0D is #5DE4F2. Grayscale: #414141. Windows color (decimal): -6153459 or 859042. OLE color: 859042.

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

Color convert

RGB1622713-
CMYK00.830.920.36
HSL5.64º85.14%34.31%-
HSV(B)5.64º91.98%63.53%-
XYZ15.368.491.21-
YUV65.7798.23196.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 80.20%
GREEN value IS 27 (10.94% from 255) = 13.37%
BLUE value IS 13 (5.47% from 255) = 6.44%
R=80.20%
G=13.37%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162271300.830.920.365.6485.1434.31
HexA21BD0535C2465522
Octal2423315012313444612542
Binary101000101101111010101001110111001001001101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21B0D; }

 p { color: rgb(162,27,13); }

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

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

 a { background-color: rgb(162,27,13); }

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

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

 span { border-color: rgb(162,27,13); }

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