#B72310

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

Shades of Fire Brick #B72310

Tints of Fire Brick #B72310

Color information

#B72310 (or 0xB72310) is unknown color: approx Fire Brick. HEX triplet: B7, 23 and 10. RGB value is (183,35,16). Sum of RGB (Red+Green+Blue) = 183+35+16=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B72310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72310 is #48DCEF. Grayscale: #4D4D4D. Windows color (decimal): -4775152 or 1057719. OLE color: 1057719.

HSL color Cylindrical-coordinate representation of color #B72310: hue angle of 6.83º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B72310 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB1833516-
CMYK00.810.910.28
HSL6.83º83.92%39.02%-
HSV(B)6.83º91.26%71.76%-
XYZ20.2211.311.61-
YUV77.0993.53203.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 78.21%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 16 (6.64% from 255) = 6.84%
R=78.21%
G=14.96%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183351600.810.910.286.8383.9239.02
HexB723100515B1C75427
Octal2674320012113334712447
Binary1011011110001110000010100011011011111001111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72310; }

 p { color: rgb(183,35,16); }

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

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

 a { background-color: rgb(183,35,16); }

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

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

 span { border-color: rgb(183,35,16); }

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