#A21F0B

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

Shades of Fire Brick #A21F0B

Tints of Fire Brick #A21F0B

Color information

#A21F0B (or 0xA21F0B) is unknown color: approx Fire Brick. HEX triplet: A2, 1F and 0B. RGB value is (162,31,11). Sum of RGB (Red+Green+Blue) = 162+31+11=204 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.41% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 11 (4.69% from 255 or 5.39% from 204); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21F0B is #5DE0F4. Grayscale: #444444. Windows color (decimal): -6152437 or 728994. OLE color: 728994.

HSL color Cylindrical-coordinate representation of color #A21F0B: hue angle of 7.95º 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 #A21F0B is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1623111-
CMYK00.810.930.36
HSL7.95º87.28%33.92%-
HSV(B)7.95º93.21%63.53%-
XYZ15.458.691.18-
YUV67.8995.9195.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 79.41%
GREEN value IS 31 (12.5% from 255) = 15.20%
BLUE value IS 11 (4.69% from 255) = 5.39%
R=79.41%
G=15.20%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162311100.810.930.367.9587.2833.92
HexA21FB0515D2485722
Octal24237130121135441012742
Binary1010001011111101101010001101110110010010001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21F0B; }

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

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

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

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

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

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

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

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