#B02B25

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

Shades of Fire Brick #B02B25

Tints of Fire Brick #B02B25

Color information

#B02B25 (or 0xB02B25) is unknown color: approx Fire Brick. HEX triplet: B0, 2B and 25. RGB value is (176,43,37). Sum of RGB (Red+Green+Blue) = 176+43+37=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02B25 is #4FD4DA. Grayscale: #525252. Windows color (decimal): -5231835 or 2436016. OLE color: 2436016.

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

Color convert

RGB1764337-
CMYK00.760.790.31
HSL2.59º65.26%41.76%-
HSV(B)2.59º78.98%69.02%-
XYZ19.111.092.88-
YUV82.08102.56194.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.75%
GREEN value IS 43 (17.19% from 255) = 16.80%
BLUE value IS 37 (14.84% from 255) = 14.45%
R=68.75%
G=16.80%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176433700.760.790.312.5965.2641.76
HexB02B2504C4F1F3412a
Octal2605345011411737310152
Binary1011000010101110010101001100100111111111111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02B25; }

 p { color: rgb(176,43,37); }

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

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

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

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

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

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

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