#BF0811

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

Shades of Venetian Red #BF0811

Tints of Venetian Red #BF0811

Color information

#BF0811 (or 0xBF0811) is unknown color: approx Venetian Red. HEX triplet: BF, 08 and 11. RGB value is (191,8,17). Sum of RGB (Red+Green+Blue) = 191+8+17=216 (28% of max value = 765). Red value is 191 (75% from 255 or 88.43% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0811 is #40F7EE. Grayscale: #3F3F3F. Windows color (decimal): -4257775 or 1116351. OLE color: 1116351.

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

Color convert

RGB191817-
CMYK00.960.910.25
HSL357.05º91.96%39.02%-
HSV(B)357.05º95.81%74.9%-
XYZ21.6711.291.57-
YUV63.74101.63218.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 88.43%
GREEN value IS 8 (3.52% from 255) = 3.70%
BLUE value IS 17 (7.03% from 255) = 7.87%
R=88.43%
G=3.70%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19181700.960.910.25357.0591.9639.02
HexBF8110605B191655c27
Octal277102101401333154513447
Binary10111111100010001011000001011011110011011001011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0811; }

 p { color: rgb(191,8,17); }

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

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

 a { background-color: rgb(191,8,17); }

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

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

 span { border-color: rgb(191,8,17); }

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