#BF0729

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

Shades of Venetian Red #BF0729

Tints of Venetian Red #BF0729

Color information

#BF0729 (or 0xBF0729) is unknown color: approx Venetian Red. HEX triplet: BF, 07 and 29. RGB value is (191,7,41). Sum of RGB (Red+Green+Blue) = 191+7+41=239 (31% of max value = 765). Red value is 191 (75% from 255 or 79.92% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0729 is #40F8D6. Grayscale: #414141. Windows color (decimal): -4258007 or 2688959. OLE color: 2688959.

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

Color convert

RGB191741-
CMYK00.960.790.25
HSL348.91º92.93%38.82%-
HSV(B)348.91º96.34%74.9%-
XYZ21.9611.393.14-
YUV65.89113.96217.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 79.92%
GREEN value IS 7 (3.12% from 255) = 2.93%
BLUE value IS 41 (16.41% from 255) = 17.15%
R=79.92%
G=2.93%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19174100.960.790.25348.9192.9338.82
HexBF7290604F1915d5d27
Octal27775101401173153513547
Binary10111111111101001011000001001111110011010111011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0729; }

 p { color: rgb(191,7,41); }

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

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

 a { background-color: rgb(191,7,41); }

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

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

 span { border-color: rgb(191,7,41); }

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