#BF1417

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

Shades of Venetian Red #BF1417

Tints of Venetian Red #BF1417

Color information

#BF1417 (or 0xBF1417) is unknown color: approx Venetian Red. HEX triplet: BF, 14 and 17. RGB value is (191,20,23). Sum of RGB (Red+Green+Blue) = 191+20+23=234 (30% of max value = 765). Red value is 191 (75% from 255 or 81.62% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1417 is #40EBE8. Grayscale: #474747. Windows color (decimal): -4254697 or 1512639. OLE color: 1512639.

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

Color convert

RGB1912023-
CMYK00.900.880.25
HSL358.95º81.04%41.37%-
HSV(B)358.95º89.53%74.9%-
XYZ21.8911.641.9-
YUV71.47100.65213.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 81.62%
GREEN value IS 20 (8.20% from 255) = 8.55%
BLUE value IS 23 (9.38% from 255) = 9.83%
R=81.62%
G=8.55%
B=9.83%

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
Decimal191202300.900.880.25358.9581.0441.37
HexBF141705A58191675129
Octal277242701321303154712151
Binary101111111010010111010110101011000110011011001111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1417; }

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

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

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

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

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

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

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

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