#BF0413

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

Shades of Venetian Red #BF0413

Tints of Venetian Red #BF0413

Color information

#BF0413 (or 0xBF0413) is unknown color: approx Venetian Red. HEX triplet: BF, 04 and 13. RGB value is (191,4,19). Sum of RGB (Red+Green+Blue) = 191+4+19=214 (28% of max value = 765). Red value is 191 (75% from 255 or 89.25% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0413 is #40FBEC. Grayscale: #3D3D3D. Windows color (decimal): -4258797 or 1246399. OLE color: 1246399.

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

Color convert

RGB191419-
CMYK00.980.900.25
HSL355.19º95.9%38.24%-
HSV(B)355.19º97.91%74.9%-
XYZ21.6511.211.64-
YUV61.62103.95220.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 89.25%
GREEN value IS 4 (1.95% from 255) = 1.87%
BLUE value IS 19 (7.81% from 255) = 8.88%
R=89.25%
G=1.87%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19141900.980.900.25355.1995.938.24
HexBF4130625A191636026
Octal27742301421323154314046
Binary1011111110010011011000101011010110011011000111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0413; }

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

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

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

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

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

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

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

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