#BF0816

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

Shades of Venetian Red #BF0816

Tints of Venetian Red #BF0816

Color information

#BF0816 (or 0xBF0816) is unknown color: approx Venetian Red. HEX triplet: BF, 08 and 16. RGB value is (191,8,22). Sum of RGB (Red+Green+Blue) = 191+8+22=221 (29% of max value = 765). Red value is 191 (75% from 255 or 86.43% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0816 is #40F7E9. Grayscale: #404040. Windows color (decimal): -4257770 or 1444031. OLE color: 1444031.

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

Color convert

RGB191822-
CMYK00.960.880.25
HSL355.41º91.96%39.02%-
HSV(B)355.41º95.81%74.9%-
XYZ21.7211.311.8-
YUV64.31104.13218.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 86.43%
GREEN value IS 8 (3.52% from 255) = 3.62%
BLUE value IS 22 (8.98% from 255) = 9.95%
R=86.43%
G=3.62%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19182200.960.880.25355.4191.9639.02
HexBF81606058191635c27
Octal277102601401303154313447
Binary10111111100010110011000001011000110011011000111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0816; }

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

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

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

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

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

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

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

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