#B0230B

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

Shades of Fire Brick #B0230B

Tints of Fire Brick #B0230B

Color information

#B0230B (or 0xB0230B) is unknown color: approx Fire Brick. HEX triplet: B0, 23 and 0B. RGB value is (176,35,11). Sum of RGB (Red+Green+Blue) = 176+35+11=222 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.28% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 11 (4.69% from 255 or 4.95% from 222); Max value from RGB is 176 - color contains mainly: red. Hex color #B0230B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0230B is #4FDCF4. Grayscale: #4A4A4A. Windows color (decimal): -5233909 or 730032. OLE color: 730032.

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

Color convert

RGB1763511-
CMYK00.800.940.31
HSL8.73º88.24%36.67%-
HSV(B)8.73º93.75%69.02%-
XYZ18.5710.461.36-
YUV74.4292.21200.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 79.28%
GREEN value IS 35 (14.06% from 255) = 15.77%
BLUE value IS 11 (4.69% from 255) = 4.95%
R=79.28%
G=15.77%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176351100.800.940.318.7388.2436.67
HexB023B0505E1F95825
Octal26043130120136371113045
Binary1011000010001110110101000010111101111110011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0230B; }

 p { color: rgb(176,35,11); }

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

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

 a { background-color: rgb(176,35,11); }

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

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

 span { border-color: rgb(176,35,11); }

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