#BF1617

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

Shades of Venetian Red #BF1617

Tints of Venetian Red #BF1617

Color information

#BF1617 (or 0xBF1617) is unknown color: approx Venetian Red. HEX triplet: BF, 16 and 17. RGB value is (191,22,23). Sum of RGB (Red+Green+Blue) = 191+22+23=236 (31% of max value = 765). Red value is 191 (75% from 255 or 80.93% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1617 is #40E9E8. Grayscale: #484848. Windows color (decimal): -4254185 or 1513151. OLE color: 1513151.

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

Color convert

RGB1912223-
CMYK00.880.880.25
HSL359.64º79.34%41.76%-
HSV(B)359.64º88.48%74.9%-
XYZ21.9311.711.92-
YUV72.6499.99212.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 80.93%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 23 (9.38% from 255) = 9.75%
R=80.93%
G=9.32%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191222300.880.880.25359.6479.3441.76
HexBF161705858191684f2a
Octal277262701301303155011752
Binary101111111011010111010110001011000110011011010001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1617; }

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

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

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

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

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

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

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

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