#BF0014

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

Shades of Venetian Red #BF0014

Tints of Venetian Red #BF0014

Color information

#BF0014 (or 0xBF0014) is unknown color: approx Venetian Red. HEX triplet: BF, 00 and 14. RGB value is (191,0,20). Sum of RGB (Red+Green+Blue) = 191+0+20=211 (27% of max value = 765). Red value is 191 (75% from 255 or 90.52% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0014 is #40FFEB. Grayscale: #3B3B3B. Windows color (decimal): -4259820 or 1310911. OLE color: 1310911.

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

Color convert

RGB191020-
CMYK010.900.25
HSL353.72º100%37.45%-
HSV(B)353.72º100%74.9%-
XYZ21.6111.131.67-
YUV59.39105.78221.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 90.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 9.48%
R=90.52%
G=0%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191020010.900.25353.7210037.45
HexBF0140645A191626425
Octal27702401441323154214445
Binary10111111010100011001001011010110011011000101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0014; }

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

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

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

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

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

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

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

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