#B72710

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

Shades of Fire Brick #B72710

Tints of Fire Brick #B72710

Color information

#B72710 (or 0xB72710) is unknown color: approx Fire Brick. HEX triplet: B7, 27 and 10. RGB value is (183,39,16). Sum of RGB (Red+Green+Blue) = 183+39+16=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B72710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72710 is #48D8EF. Grayscale: #4F4F4F. Windows color (decimal): -4774128 or 1058743. OLE color: 1058743.

HSL color Cylindrical-coordinate representation of color #B72710: hue angle of 8.26º 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 #B72710 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB1833916-
CMYK00.790.910.28
HSL8.26º83.92%39.02%-
HSV(B)8.26º91.26%71.76%-
XYZ20.3511.561.65-
YUV79.4392.21201.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 76.89%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 16 (6.64% from 255) = 6.72%
R=76.89%
G=16.39%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183391600.790.910.288.2683.9239.02
HexB7271004F5B1C85427
Octal26747200117133341012447
Binary10110111100111100000100111110110111110010001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72710; }

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

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

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

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

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

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

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

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