#BF0F16

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

Shades of Venetian Red #BF0F16

Tints of Venetian Red #BF0F16

Color information

#BF0F16 (or 0xBF0F16) is unknown color: approx Venetian Red. HEX triplet: BF, 0F and 16. RGB value is (191,15,22). Sum of RGB (Red+Green+Blue) = 191+15+22=228 (30% of max value = 765). Red value is 191 (75% from 255 or 83.77% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0F16 is #40F0E9. Grayscale: #444444. Windows color (decimal): -4255978 or 1445823. OLE color: 1445823.

HSL color Cylindrical-coordinate representation of color #BF0F16: hue angle of 357.61º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF0F16 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB1911522-
CMYK00.920.880.25
HSL357.61º85.44%40.39%-
HSV(B)357.61º92.15%74.9%-
XYZ21.811.481.83-
YUV68.42101.81215.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 83.77%
GREEN value IS 15 (6.25% from 255) = 6.58%
BLUE value IS 22 (8.98% from 255) = 9.65%
R=83.77%
G=6.58%
B=9.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191152200.920.880.25357.6185.4440.39
HexBFF1605C58191665528
Octal277172601341303154612550
Binary10111111111110110010111001011000110011011001101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0F16; }

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

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

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

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

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

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

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

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