#BF0016

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

Shades of Venetian Red #BF0016

Tints of Venetian Red #BF0016

Color information

#BF0016 (or 0xBF0016) is unknown color: approx Venetian Red. HEX triplet: BF, 00 and 16. RGB value is (191,0,22). Sum of RGB (Red+Green+Blue) = 191+0+22=213 (28% of max value = 765). Red value is 191 (75% from 255 or 89.67% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0016 is #40FFE9. Grayscale: #3B3B3B. Windows color (decimal): -4259818 or 1441983. OLE color: 1441983.

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

Color convert

RGB191022-
CMYK010.880.25
HSL353.09º100%37.45%-
HSV(B)353.09º100%74.9%-
XYZ21.6311.131.77-
YUV59.62106.78221.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 89.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 10.33%
R=89.67%
G=0%
B=10.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191022010.880.25353.0910037.45
HexBF01606458191616425
Octal27702601441303154114445
Binary10111111010110011001001011000110011011000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0016; }

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

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

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

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

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

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

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

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