#BF0012

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

Shades of Venetian Red #BF0012

Tints of Venetian Red #BF0012

Color information

#BF0012 (or 0xBF0012) is unknown color: approx Venetian Red. HEX triplet: BF, 00 and 12. RGB value is (191,0,18). Sum of RGB (Red+Green+Blue) = 191+0+18=209 (27% of max value = 765). Red value is 191 (75% from 255 or 91.39% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0012 is #40FFED. Grayscale: #3B3B3B. Windows color (decimal): -4259822 or 1179839. OLE color: 1179839.

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

Color convert

RGB191018-
CMYK010.910.25
HSL354.35º100%37.45%-
HSV(B)354.35º100%74.9%-
XYZ21.611.121.58-
YUV59.16104.78222.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 91.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=91.39%
G=0%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191018010.910.25354.3510037.45
HexBF0120645B191626425
Octal27702201441333154214445
Binary10111111010010011001001011011110011011000101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0012; }

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

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

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

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

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

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

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

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