#BF1416

Color #BF1416 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #BF1416

Tints of Venetian Red #BF1416

Color information

#BF1416 (or 0xBF1416) is unknown color: approx Venetian Red. HEX triplet: BF, 14 and 16. RGB value is (191,20,22). Sum of RGB (Red+Green+Blue) = 191+20+22=233 (30% of max value = 765). Red value is 191 (75% from 255 or 81.97% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1416 is #40EBE9. Grayscale: #474747. Windows color (decimal): -4254698 or 1447103. OLE color: 1447103.

HSL color Cylindrical-coordinate representation of color #BF1416: hue angle of 359.3º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1416 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB1912022-
CMYK00.900.880.25
HSL359.3º81.04%41.37%-
HSV(B)359.3º89.53%74.9%-
XYZ21.8811.631.85-
YUV71.36100.15213.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 81.97%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 22 (8.98% from 255) = 9.44%
R=81.97%
G=8.58%
B=9.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191202200.900.880.25359.381.0441.37
HexBF141605A58191675129
Octal277242601321303154712151
Binary101111111010010110010110101011000110011011001111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1416; }

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

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

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

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

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

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

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

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