#B02D1E

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

Shades of Fire Brick #B02D1E

Tints of Fire Brick #B02D1E

Color information

#B02D1E (or 0xB02D1E) is unknown color: approx Fire Brick. HEX triplet: B0, 2D and 1E. RGB value is (176,45,30). Sum of RGB (Red+Green+Blue) = 176+45+30=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02D1E is #4FD2E1. Grayscale: #525252. Windows color (decimal): -5231330 or 1977776. OLE color: 1977776.

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

Color convert

RGB1764530-
CMYK00.740.830.31
HSL6.16º70.87%40.39%-
HSV(B)6.16º82.95%69.02%-
XYZ19.0811.22.38-
YUV82.4698.4194.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 70.12%
GREEN value IS 45 (17.97% from 255) = 17.93%
BLUE value IS 30 (12.11% from 255) = 11.95%
R=70.12%
G=17.93%
B=11.95%

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
Decimal176453000.740.830.316.1670.8740.39
HexB02D1E04A531F64728
Octal2605536011212337610750
Binary1011000010110111110010010101010011111111101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02D1E; }

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

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

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

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

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

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

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

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