#B21B06

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

Shades of Fire Brick #B21B06

Tints of Fire Brick #B21B06

Color information

#B21B06 (or 0xB21B06) is unknown color: approx Fire Brick. HEX triplet: B2, 1B and 06. RGB value is (178,27,6). Sum of RGB (Red+Green+Blue) = 178+27+6=211 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.36% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 6 (2.73% from 255 or 2.84% from 211); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21B06 is #4DE4F9. Grayscale: #454545. Windows color (decimal): -5104890 or 400306. OLE color: 400306.

HSL color Cylindrical-coordinate representation of color #B21B06: hue angle of 7.33º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B21B06 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB178276-
CMYK00.850.970.30
HSL7.33º93.48%36.08%-
HSV(B)7.33º96.63%69.8%-
XYZ18.7810.261.16-
YUV69.7692.03205.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 84.36%
GREEN value IS 27 (10.94% from 255) = 12.80%
BLUE value IS 6 (2.73% from 255) = 2.84%
R=84.36%
G=12.80%
B=2.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17827600.850.970.307.3393.4836.08
HexB21B6055611E75d24
Octal262336012514136713544
Binary1011001011011110010101011100001111101111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21B06; }

 p { color: rgb(178,27,6); }

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

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

 a { background-color: rgb(178,27,6); }

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

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

 span { border-color: rgb(178,27,6); }

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