#B02107

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

Shades of Fire Brick #B02107

Tints of Fire Brick #B02107

Color information

#B02107 (or 0xB02107) is unknown color: approx Fire Brick. HEX triplet: B0, 21 and 07. RGB value is (176,33,7). Sum of RGB (Red+Green+Blue) = 176+33+7=216 (28% of max value = 765). Red value is 176 (69.14% from 255 or 81.48% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 176 - color contains mainly: red. Hex color #B02107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02107 is #4FDEF8. Grayscale: #494949. Windows color (decimal): -5234425 or 467376. OLE color: 467376.

HSL color Cylindrical-coordinate representation of color #B02107: hue angle of 9.23º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B02107 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB176337-
CMYK00.810.960.31
HSL9.23º92.35%35.88%-
HSV(B)9.23º96.02%69.02%-
XYZ18.4910.331.22-
YUV72.7990.88201.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 81.48%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 7 (3.12% from 255) = 3.24%
R=81.48%
G=15.28%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17633700.810.960.319.2392.3535.88
HexB0217051601F95c24
Octal2604170121140371113444
Binary101100001000011110101000111000001111110011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02107; }

 p { color: rgb(176,33,7); }

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

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

 a { background-color: rgb(176,33,7); }

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

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

 span { border-color: rgb(176,33,7); }

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