#B71614

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

Shades of Fire Brick #B71614

Tints of Fire Brick #B71614

Color information

#B71614 (or 0xB71614) is unknown color: approx Fire Brick. HEX triplet: B7, 16 and 14. RGB value is (183,22,20). Sum of RGB (Red+Green+Blue) = 183+22+20=225 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.33% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 183 - color contains mainly: red. Hex color #B71614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B71614 is #48E9EB. Grayscale: #464646. Windows color (decimal): -4778476 or 1316535. OLE color: 1316535.

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

Color convert

RGB1832220-
CMYK00.880.890.28
HSL0.74º80.3%39.8%-
HSV(B)0.74º89.07%71.76%-
XYZ19.9410.691.67-
YUV69.9199.84208.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 81.33%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=81.33%
G=9.78%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183222000.880.890.280.7480.339.8
HexB71614058591C15028
Octal2672624013013134112050
Binary1011011110110101000101100010110011110011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71614; }

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

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

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

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

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

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

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

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