#BF0812

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

Shades of Venetian Red #BF0812

Tints of Venetian Red #BF0812

Color information

#BF0812 (or 0xBF0812) is unknown color: approx Venetian Red. HEX triplet: BF, 08 and 12. RGB value is (191,8,18). Sum of RGB (Red+Green+Blue) = 191+8+18=217 (28% of max value = 765). Red value is 191 (75% from 255 or 88.02% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0812 is #40F7ED. Grayscale: #3F3F3F. Windows color (decimal): -4257774 or 1181887. OLE color: 1181887.

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

Color convert

RGB191818-
CMYK00.960.910.25
HSL356.72º91.96%39.02%-
HSV(B)356.72º95.81%74.9%-
XYZ21.6811.291.61-
YUV63.86102.13218.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 88.02%
GREEN value IS 8 (3.52% from 255) = 3.69%
BLUE value IS 18 (7.42% from 255) = 8.29%
R=88.02%
G=3.69%
B=8.29%

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
Decimal19181800.960.910.25356.7291.9639.02
HexBF8120605B191655c27
Octal277102201401333154513447
Binary10111111100010010011000001011011110011011001011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0812; }

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

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

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

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

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

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

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

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