#B71710

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

Shades of Fire Brick #B71710

Tints of Fire Brick #B71710

Color information

#B71710 (or 0xB71710) is unknown color: approx Fire Brick. HEX triplet: B7, 17 and 10. RGB value is (183,23,16). Sum of RGB (Red+Green+Blue) = 183+23+16=222 (29% of max value = 765). Red value is 183 (71.88% from 255 or 82.43% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 183 - color contains mainly: red. Hex color #B71710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71710 is #48E8EF. Grayscale: #464646. Windows color (decimal): -4778224 or 1054647. OLE color: 1054647.

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

Color convert

RGB1832316-
CMYK00.870.910.28
HSL2.51º83.92%39.02%-
HSV(B)2.51º91.26%71.76%-
XYZ19.9310.721.51-
YUV70.0497.51208.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 82.43%
GREEN value IS 23 (9.38% from 255) = 10.36%
BLUE value IS 16 (6.64% from 255) = 7.21%
R=82.43%
G=10.36%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183231600.870.910.282.5183.9239.02
HexB717100575B1C35427
Octal2672720012713334312447
Binary10110111101111000001010111101101111100111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71710; }

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

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

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

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

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

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

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

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