#BF0411

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

Shades of Venetian Red #BF0411

Tints of Venetian Red #BF0411

Color information

#BF0411 (or 0xBF0411) is unknown color: approx Venetian Red. HEX triplet: BF, 04 and 11. RGB value is (191,4,17). Sum of RGB (Red+Green+Blue) = 191+4+17=212 (28% of max value = 765). Red value is 191 (75% from 255 or 90.09% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0411 is #40FBEE. Grayscale: #3D3D3D. Windows color (decimal): -4258799 or 1115327. OLE color: 1115327.

HSL color Cylindrical-coordinate representation of color #BF0411: hue angle of 355.83º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF0411 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB191417-
CMYK00.980.910.25
HSL355.83º95.9%38.24%-
HSV(B)355.83º97.91%74.9%-
XYZ21.6311.21.55-
YUV61.4102.95220.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 90.09%
GREEN value IS 4 (1.95% from 255) = 1.89%
BLUE value IS 17 (7.03% from 255) = 8.02%
R=90.09%
G=1.89%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19141700.980.910.25355.8395.938.24
HexBF4110625B191646026
Octal27742101421333154414046
Binary1011111110010001011000101011011110011011001001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0411; }

 p { color: rgb(191,4,17); }

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

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

 a { background-color: rgb(191,4,17); }

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

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

 span { border-color: rgb(191,4,17); }

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