#B02A0F

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

Shades of Fire Brick #B02A0F

Tints of Fire Brick #B02A0F

Color information

#B02A0F (or 0xB02A0F) is unknown color: approx Fire Brick. HEX triplet: B0, 2A and 0F. RGB value is (176,42,15). Sum of RGB (Red+Green+Blue) = 176+42+15=233 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.54% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02A0F is #4FD5F0. Grayscale: #4F4F4F. Windows color (decimal): -5232113 or 993968. OLE color: 993968.

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

Color convert

RGB1764215-
CMYK00.760.910.31
HSL10.06º84.29%37.45%-
HSV(B)10.06º91.48%69.02%-
XYZ18.8210.921.57-
YUV78.9991.89197.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 75.54%
GREEN value IS 42 (16.80% from 255) = 18.03%
BLUE value IS 15 (6.25% from 255) = 6.44%
R=75.54%
G=18.03%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176421500.760.910.3110.0684.2937.45
HexB02AF04C5B1Fa5425
Octal26052170114133371212445
Binary1011000010101011110100110010110111111110101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02A0F; }

 p { color: rgb(176,42,15); }

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

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

 a { background-color: rgb(176,42,15); }

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

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

 span { border-color: rgb(176,42,15); }

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