#BF000B

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

Shades of Venetian Red #BF000B

Tints of Venetian Red #BF000B

Color information

#BF000B (or 0xBF000B) is unknown color: approx Venetian Red. HEX triplet: BF, 00 and 0B. RGB value is (191,0,11). Sum of RGB (Red+Green+Blue) = 191+0+11=202 (26% of max value = 765). Red value is 191 (75% from 255 or 94.55% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 191 - color contains mainly: red. Hex color #BF000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF000B is #40FFF4. Grayscale: #3A3A3A. Windows color (decimal): -4259829 or 721087. OLE color: 721087.

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

Color convert

RGB191011-
CMYK010.940.25
HSL356.54º100%37.45%-
HSV(B)356.54º100%74.9%-
XYZ21.5511.11.32-
YUV58.36101.28222.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 94.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 5.45%
R=94.55%
G=0%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191011010.940.25356.5410037.45
HexBF0B0645E191656425
Octal27701301441363154514445
Binary1011111101011011001001011110110011011001011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF000B; }

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

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

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

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

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

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

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

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