#BF0414

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

Shades of Venetian Red #BF0414

Tints of Venetian Red #BF0414

Color information

#BF0414 (or 0xBF0414) is unknown color: approx Venetian Red. HEX triplet: BF, 04 and 14. RGB value is (191,4,20). Sum of RGB (Red+Green+Blue) = 191+4+20=215 (28% of max value = 765). Red value is 191 (75% from 255 or 88.84% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0414 is #40FBEB. Grayscale: #3D3D3D. Windows color (decimal): -4258796 or 1311935. OLE color: 1311935.

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

Color convert

RGB191420-
CMYK00.980.900.25
HSL354.87º95.9%38.24%-
HSV(B)354.87º97.91%74.9%-
XYZ21.6611.211.68-
YUV61.74104.45220.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 88.84%
GREEN value IS 4 (1.95% from 255) = 1.86%
BLUE value IS 20 (8.20% from 255) = 9.30%
R=88.84%
G=1.86%
B=9.30%

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
Decimal19142000.980.900.25354.8795.938.24
HexBF4140625A191636026
Octal27742401421323154314046
Binary1011111110010100011000101011010110011011000111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0414; }

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

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

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

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

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

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

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

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