#b02828

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

Shades of Fire Brick #B02828

Tints of Fire Brick #B02828

Color information

#B02828 (or 0xB02828) is unknown color: approx Fire Brick. HEX triplet: B0, 28 and 28. RGB value is (176,40,40). Sum of RGB (Red+Green+Blue) = 176+40+40=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B02828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02828 is #4FD7D7. Grayscale: #505050. Windows color (decimal): -5232600 or 2631856. OLE color: 2631856.

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

Color convert

RGB1764040-
CMYK00.770.770.31
HSL62.96%42.35%-
HSV(B)77.27%69.02%-
XYZ19.0510.93.11-
YUV80.66105.06196-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.75%
GREEN value IS 40 (16.02% from 255) = 15.62%
BLUE value IS 40 (16.02% from 255) = 15.62%
R=68.75%
G=15.62%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176404000.770.770.31062.9642.35
HexB0282804D4D1F03f2a
Octal260505001151153707752
Binary10110000101000101000010011011001101111110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b02828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b02828; }

 p { color: rgb(176,40,40); }

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

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

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

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

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

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

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