#bf0c1b

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

Shades of Venetian Red #BF0C1B

Tints of Venetian Red #BF0C1B

Color information

#BF0C1B (or 0xBF0C1B) is unknown color: approx Venetian Red. HEX triplet: BF, 0C and 1B. RGB value is (191,12,27). Sum of RGB (Red+Green+Blue) = 191+12+27=230 (30% of max value = 765). Red value is 191 (75% from 255 or 83.04% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C1B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C1B is #40F3E4. Grayscale: #434343. Windows color (decimal): -4256741 or 1772735. OLE color: 1772735.

HSL color Cylindrical-coordinate representation of color #BF0C1B: hue angle of 354.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 #BF0C1B is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB1911227-
CMYK00.940.860.25
HSL354.97º88.18%39.8%-
HSV(B)354.97º93.72%74.9%-
XYZ21.8211.422.09-
YUV67.23105.3216.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 83.04%
GREEN value IS 12 (5.08% from 255) = 5.22%
BLUE value IS 27 (10.94% from 255) = 11.74%
R=83.04%
G=5.22%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191122700.940.860.25354.9788.1839.8
HexBFC1B05E56191635828
Octal277143301361263154313050
Binary10111111110011011010111101010110110011011000111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf0c1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf0c1b; }

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

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

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

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

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

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

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

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