#BF0C1E

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

Shades of Venetian Red #BF0C1E

Tints of Venetian Red #BF0C1E

Color information

#BF0C1E (or 0xBF0C1E) is unknown color: approx Venetian Red. HEX triplet: BF, 0C and 1E. RGB value is (191,12,30). Sum of RGB (Red+Green+Blue) = 191+12+30=233 (30% of max value = 765). Red value is 191 (75% from 255 or 81.97% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C1E is #40F3E1. Grayscale: #434343. Windows color (decimal): -4256738 or 1969343. OLE color: 1969343.

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

Color convert

RGB1911230-
CMYK00.940.840.25
HSL353.97º88.18%39.8%-
HSV(B)353.97º93.72%74.9%-
XYZ21.8511.432.28-
YUV67.57106.8216.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 81.97%
GREEN value IS 12 (5.08% from 255) = 5.15%
BLUE value IS 30 (12.11% from 255) = 12.88%
R=81.97%
G=5.15%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191123000.940.840.25353.9788.1839.8
HexBFC1E05E54191625828
Octal277143601361243154213050
Binary10111111110011110010111101010100110011011000101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0C1E; }

 p { color: rgb(191,12,30); }

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

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

 a { background-color: rgb(191,12,30); }

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

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

 span { border-color: rgb(191,12,30); }

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