#BF0001

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

Shades of Venetian Red #BF0001

Tints of Venetian Red #BF0001

Color information

#BF0001 (or 0xBF0001) is unknown color: approx Venetian Red. HEX triplet: BF, 00 and 01. RGB value is (191,0,1). Sum of RGB (Red+Green+Blue) = 191+0+1=192 (25% of max value = 765). Red value is 191 (75% from 255 or 99.48% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0001 is #40FFFE. Grayscale: #393939. Windows color (decimal): -4259839 or 65727. OLE color: 65727.

HSL color Cylindrical-coordinate representation of color #BF0001: hue angle of 359.69º 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 #BF0001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB19101-
CMYK010.990.25
HSL359.69º100%37.45%-
HSV(B)359.69º100%74.9%-
XYZ21.4911.081.03-
YUV57.2296.28223.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 99.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.52%
R=99.48%
G=0%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19101010.990.25359.6910037.45
HexBF0106463191686425
Octal2770101441433155014445
Binary1011111101011001001100011110011011010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0001; }

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

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

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

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

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

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

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

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