#b02312

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

Shades of Fire Brick #B02312

Tints of Fire Brick #B02312

Color information

#B02312 (or 0xB02312) is unknown color: approx Fire Brick. HEX triplet: B0, 23 and 12. RGB value is (176,35,18). Sum of RGB (Red+Green+Blue) = 176+35+18=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B02312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02312 is #4FDCED. Grayscale: #4B4B4B. Windows color (decimal): -5233902 or 1188784. OLE color: 1188784.

HSL color Cylindrical-coordinate representation of color #B02312: hue angle of 6.46º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B02312 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1763518-
CMYK00.800.900.31
HSL6.46º81.44%38.04%-
HSV(B)6.46º89.77%69.02%-
XYZ18.6110.481.61-
YUV75.2295.71199.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 76.86%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 18 (7.42% from 255) = 7.86%
R=76.86%
G=15.28%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176351800.800.900.316.4681.4438.04
HexB023120505A1F65126
Octal2604322012013237612146
Binary1011000010001110010010100001011010111111101010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b02312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b02312; }

 p { color: rgb(176,35,18); }

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

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

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

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

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

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

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