#BF0815

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

Shades of Venetian Red #BF0815

Tints of Venetian Red #BF0815

Color information

#BF0815 (or 0xBF0815) is unknown color: approx Venetian Red. HEX triplet: BF, 08 and 15. RGB value is (191,8,21). Sum of RGB (Red+Green+Blue) = 191+8+21=220 (29% of max value = 765). Red value is 191 (75% from 255 or 86.82% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0815 is #40F7EA. Grayscale: #404040. Windows color (decimal): -4257771 or 1378495. OLE color: 1378495.

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

Color convert

RGB191821-
CMYK00.960.890.25
HSL355.74º91.96%39.02%-
HSV(B)355.74º95.81%74.9%-
XYZ21.7111.31.75-
YUV64.2103.63218.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 86.82%
GREEN value IS 8 (3.52% from 255) = 3.64%
BLUE value IS 21 (8.59% from 255) = 9.55%
R=86.82%
G=3.64%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19182100.960.890.25355.7491.9639.02
HexBF81506059191645c27
Octal277102501401313154413447
Binary10111111100010101011000001011001110011011001001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0815; }

 p { color: rgb(191,8,21); }

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

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

 a { background-color: rgb(191,8,21); }

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

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

 span { border-color: rgb(191,8,21); }

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