#BF0E10

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

Shades of Venetian Red #BF0E10

Tints of Venetian Red #BF0E10

Color information

#BF0E10 (or 0xBF0E10) is unknown color: approx Venetian Red. HEX triplet: BF, 0E and 10. RGB value is (191,14,16). Sum of RGB (Red+Green+Blue) = 191+14+16=221 (29% of max value = 765). Red value is 191 (75% from 255 or 86.43% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0E10 is #40F1EF. Grayscale: #434343. Windows color (decimal): -4256240 or 1052351. OLE color: 1052351.

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

Color convert

RGB1911416-
CMYK00.930.920.25
HSL359.32º86.34%40.2%-
HSV(B)359.32º92.67%74.9%-
XYZ21.7411.431.55-
YUV67.1599.14216.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 86.43%
GREEN value IS 14 (5.86% from 255) = 6.33%
BLUE value IS 16 (6.64% from 255) = 7.24%
R=86.43%
G=6.33%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191141600.930.920.25359.3286.3440.2
HexBFE1005D5C191675628
Octal277162001351343154712650
Binary10111111111010000010111011011100110011011001111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0E10; }

 p { color: rgb(191,14,16); }

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

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

 a { background-color: rgb(191,14,16); }

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

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

 span { border-color: rgb(191,14,16); }

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