#BF0C14

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

Shades of Venetian Red #BF0C14

Tints of Venetian Red #BF0C14

Color information

#BF0C14 (or 0xBF0C14) is unknown color: approx Venetian Red. HEX triplet: BF, 0C and 14. RGB value is (191,12,20). Sum of RGB (Red+Green+Blue) = 191+12+20=223 (29% of max value = 765). Red value is 191 (75% from 255 or 85.65% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0C14 is #40F3EB. Grayscale: #424242. Windows color (decimal): -4256748 or 1313983. OLE color: 1313983.

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

Color convert

RGB1911220-
CMYK00.940.900.25
HSL357.32º88.18%39.8%-
HSV(B)357.32º93.72%74.9%-
XYZ21.7411.391.71-
YUV66.43101.8216.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 85.65%
GREEN value IS 12 (5.08% from 255) = 5.38%
BLUE value IS 20 (8.20% from 255) = 8.97%
R=85.65%
G=5.38%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191122000.940.900.25357.3288.1839.8
HexBFC1405E5A191655828
Octal277142401361323154513050
Binary10111111110010100010111101011010110011011001011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0C14; }

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

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

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

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

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

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

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

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