#B02919

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

Shades of Fire Brick #B02919

Tints of Fire Brick #B02919

Color information

#B02919 (or 0xB02919) is unknown color: approx Fire Brick. HEX triplet: B0, 29 and 19. RGB value is (176,41,25). Sum of RGB (Red+Green+Blue) = 176+41+25=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B02919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02919 is #4FD6E6. Grayscale: #4F4F4F. Windows color (decimal): -5232359 or 1649072. OLE color: 1649072.

HSL color Cylindrical-coordinate representation of color #B02919: hue angle of 6.36º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B02919 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB1764125-
CMYK00.770.860.31
HSL6.36º75.12%39.41%-
HSV(B)6.36º85.8%69.02%-
XYZ18.8710.892.03-
YUV79.5497.23196.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 72.73%
GREEN value IS 41 (16.41% from 255) = 16.94%
BLUE value IS 25 (10.16% from 255) = 10.33%
R=72.73%
G=16.94%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176412500.770.860.316.3675.1239.41
HexB0291904D561F64b27
Octal2605131011512637611347
Binary1011000010100111001010011011010110111111101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02919; }

 p { color: rgb(176,41,25); }

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

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

 a { background-color: rgb(176,41,25); }

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

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

 span { border-color: rgb(176,41,25); }

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