#B02612

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

Shades of Fire Brick #B02612

Tints of Fire Brick #B02612

Color information

#B02612 (or 0xB02612) is unknown color: approx Fire Brick. HEX triplet: B0, 26 and 12. RGB value is (176,38,18). Sum of RGB (Red+Green+Blue) = 176+38+18=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B02612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02612 is #4FD9ED. Grayscale: #4D4D4D. Windows color (decimal): -5233134 or 1189552. OLE color: 1189552.

HSL color Cylindrical-coordinate representation of color #B02612: hue angle of 7.59º 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 #B02612 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1763818-
CMYK00.780.900.31
HSL7.59º81.44%38.04%-
HSV(B)7.59º89.77%69.02%-
XYZ18.7110.661.64-
YUV76.9894.72198.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 75.86%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=75.86%
G=16.38%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176381800.780.900.317.5981.4438.04
HexB0261204E5A1F85126
Octal26046220116132371012146
Binary10110000100110100100100111010110101111110001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02612; }

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

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

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

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

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

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

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

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