#B02E1E

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

Shades of Fire Brick #B02E1E

Tints of Fire Brick #B02E1E

Color information

#B02E1E (or 0xB02E1E) is unknown color: approx Fire Brick. HEX triplet: B0, 2E and 1E. RGB value is (176,46,30). Sum of RGB (Red+Green+Blue) = 176+46+30=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02E1E is #4FD1E1. Grayscale: #535353. Windows color (decimal): -5231074 or 1978032. OLE color: 1978032.

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

Color convert

RGB1764630-
CMYK00.740.830.31
HSL6.58º70.87%40.39%-
HSV(B)6.58º82.95%69.02%-
XYZ19.1211.282.4-
YUV83.0598.07194.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 69.84%
GREEN value IS 46 (18.36% from 255) = 18.25%
BLUE value IS 30 (12.11% from 255) = 11.90%
R=69.84%
G=18.25%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176463000.740.830.316.5870.8740.39
HexB02E1E04A531F74728
Octal2605636011212337710750
Binary1011000010111011110010010101010011111111111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02E1E; }

 p { color: rgb(176,46,30); }

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

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

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

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

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

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

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