#B71714

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

Shades of Fire Brick #B71714

Tints of Fire Brick #B71714

Color information

#B71714 (or 0xB71714) is unknown color: approx Fire Brick. HEX triplet: B7, 17 and 14. RGB value is (183,23,20). Sum of RGB (Red+Green+Blue) = 183+23+20=226 (29% of max value = 765). Red value is 183 (71.88% from 255 or 80.97% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 183 - color contains mainly: red. Hex color #B71714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71714 is #48E8EB. Grayscale: #464646. Windows color (decimal): -4778220 or 1316791. OLE color: 1316791.

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

Color convert

RGB1832320-
CMYK00.870.890.28
HSL1.1º80.3%39.8%-
HSV(B)1.1º89.07%71.76%-
XYZ19.9610.731.68-
YUV70.599.51208.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 80.97%
GREEN value IS 23 (9.38% from 255) = 10.18%
BLUE value IS 20 (8.20% from 255) = 8.85%
R=80.97%
G=10.18%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183232000.870.890.281.180.339.8
HexB71714057591C15028
Octal2672724012713134112050
Binary1011011110111101000101011110110011110011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71714; }

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

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

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

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

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

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

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

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