#B7170B

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

Shades of Fire Brick #B7170B

Tints of Fire Brick #B7170B

Color information

#B7170B (or 0xB7170B) is unknown color: approx Fire Brick. HEX triplet: B7, 17 and 0B. RGB value is (183,23,11). Sum of RGB (Red+Green+Blue) = 183+23+11=217 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.33% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 183 - color contains mainly: red. Hex color #B7170B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7170B is #48E8F4. Grayscale: #454545. Windows color (decimal): -4778229 or 726967. OLE color: 726967.

HSL color Cylindrical-coordinate representation of color #B7170B: hue angle of 4.19º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7170B is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB1832311-
CMYK00.870.940.28
HSL4.19º88.66%38.04%-
HSV(B)4.19º93.99%71.76%-
XYZ19.910.71.33-
YUV69.4795.01208.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 84.33%
GREEN value IS 23 (9.38% from 255) = 10.60%
BLUE value IS 11 (4.69% from 255) = 5.07%
R=84.33%
G=10.60%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183231100.870.940.284.1988.6638.04
HexB717B0575E1C45926
Octal2672713012713634413146
Binary10110111101111011010101111011110111001001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7170B; }

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

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

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

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

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

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

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

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