#BF0204

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

Shades of Venetian Red #BF0204

Tints of Venetian Red #BF0204

Color information

#BF0204 (or 0xBF0204) is unknown color: approx Venetian Red. HEX triplet: BF, 02 and 04. RGB value is (191,2,4). Sum of RGB (Red+Green+Blue) = 191+2+4=197 (26% of max value = 765). Red value is 191 (75% from 255 or 96.95% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0204 is #40FDFB. Grayscale: #3A3A3A. Windows color (decimal): -4259324 or 262847. OLE color: 262847.

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

Color convert

RGB19124-
CMYK00.990.980.25
HSL359.37º97.93%37.84%-
HSV(B)359.37º98.95%74.9%-
XYZ21.5311.131.13-
YUV58.7497.12222.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 96.95%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 4 (1.95% from 255) = 2.03%
R=96.95%
G=1.02%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912400.990.980.25359.3797.9337.84
HexBF2406362191676226
Octal2772401431423154714246
Binary1011111110100011000111100010110011011001111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0204; }

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

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

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

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

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

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

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

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