#BF0B19

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

Shades of Venetian Red #BF0B19

Tints of Venetian Red #BF0B19

Color information

#BF0B19 (or 0xBF0B19) is unknown color: approx Venetian Red. HEX triplet: BF, 0B and 19. RGB value is (191,11,25). Sum of RGB (Red+Green+Blue) = 191+11+25=227 (30% of max value = 765). Red value is 191 (75% from 255 or 84.14% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0B19 is #40F4E6. Grayscale: #424242. Windows color (decimal): -4256999 or 1641407. OLE color: 1641407.

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

Color convert

RGB1911125-
CMYK00.940.870.25
HSL355.33º89.11%39.61%-
HSV(B)355.33º94.24%74.9%-
XYZ21.7811.391.97-
YUV66.42104.63216.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 84.14%
GREEN value IS 11 (4.69% from 255) = 4.85%
BLUE value IS 25 (10.16% from 255) = 11.01%
R=84.14%
G=4.85%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191112500.940.870.25355.3389.1139.61
HexBFB1905E57191635928
Octal277133101361273154313150
Binary10111111101111001010111101010111110011011000111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0B19; }

 p { color: rgb(191,11,25); }

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

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

 a { background-color: rgb(191,11,25); }

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

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

 span { border-color: rgb(191,11,25); }

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