#A21D0B

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

Shades of Fire Brick #A21D0B

Tints of Fire Brick #A21D0B

Color information

#A21D0B (or 0xA21D0B) is unknown color: approx Fire Brick. HEX triplet: A2, 1D and 0B. RGB value is (162,29,11). Sum of RGB (Red+Green+Blue) = 162+29+11=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21D0B is #5DE2F4. Grayscale: #424242. Windows color (decimal): -6152949 or 728482. OLE color: 728482.

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

Color convert

RGB1622911-
CMYK00.820.930.36
HSL7.15º87.28%33.92%-
HSV(B)7.15º93.21%63.53%-
XYZ15.48.581.16-
YUV66.7296.56195.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 80.20%
GREEN value IS 29 (11.72% from 255) = 14.36%
BLUE value IS 11 (4.69% from 255) = 5.45%
R=80.20%
G=14.36%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162291100.820.930.367.1587.2833.92
HexA21DB0525D2475722
Octal2423513012213544712742
Binary101000101110110110101001010111011001001111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21D0B; }

 p { color: rgb(162,29,11); }

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

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

 a { background-color: rgb(162,29,11); }

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

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

 span { border-color: rgb(162,29,11); }

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