#BF0C1D

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

Shades of Venetian Red #BF0C1D

Tints of Venetian Red #BF0C1D

Color information

#BF0C1D (or 0xBF0C1D) is unknown color: approx Venetian Red. HEX triplet: BF, 0C and 1D. RGB value is (191,12,29). Sum of RGB (Red+Green+Blue) = 191+12+29=232 (30% of max value = 765). Red value is 191 (75% from 255 or 82.33% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C1D is #40F3E2. Grayscale: #434343. Windows color (decimal): -4256739 or 1903807. OLE color: 1903807.

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

Color convert

RGB1911229-
CMYK00.940.850.25
HSL354.3º88.18%39.8%-
HSV(B)354.3º93.72%74.9%-
XYZ21.8411.432.22-
YUV67.46106.3216.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 82.33%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 29 (11.72% from 255) = 12.5%
R=82.33%
G=5.17%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191122900.940.850.25354.388.1839.8
HexBFC1D05E55191625828
Octal277143501361253154213050
Binary10111111110011101010111101010101110011011000101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0C1D; }

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

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

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

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

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

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

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

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