#B21B09

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

Shades of Fire Brick #B21B09

Tints of Fire Brick #B21B09

Color information

#B21B09 (or 0xB21B09) is unknown color: approx Fire Brick. HEX triplet: B2, 1B and 09. RGB value is (178,27,9). Sum of RGB (Red+Green+Blue) = 178+27+9=214 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.18% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B21B09 is #4DE4F6. Grayscale: #464646. Windows color (decimal): -5104887 or 596914. OLE color: 596914.

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

Color convert

RGB178279-
CMYK00.850.950.30
HSL6.39º90.37%36.67%-
HSV(B)6.39º94.94%69.8%-
XYZ18.810.271.25-
YUV70.193.53204.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 83.18%
GREEN value IS 27 (10.94% from 255) = 12.62%
BLUE value IS 9 (3.91% from 255) = 4.21%
R=83.18%
G=12.62%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17827900.850.950.306.3990.3736.67
HexB21B90555F1E65a25
Octal2623311012513736613245
Binary10110010110111001010101011011111111101101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21B09; }

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

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

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

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

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

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

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

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