#BF0004

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

Shades of Venetian Red #BF0004

Tints of Venetian Red #BF0004

Color information

#BF0004 (or 0xBF0004) is unknown color: approx Venetian Red. HEX triplet: BF, 00 and 04. RGB value is (191,0,4). Sum of RGB (Red+Green+Blue) = 191+0+4=195 (25% of max value = 765). Red value is 191 (75% from 255 or 97.95% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0004 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0004 is #40FFFB. Grayscale: #393939. Windows color (decimal): -4259836 or 262335. OLE color: 262335.

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

Color convert

RGB19104-
CMYK010.980.25
HSL358.74º100%37.45%-
HSV(B)358.74º100%74.9%-
XYZ21.5111.091.12-
YUV57.5697.78223.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 97.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 2.05%
R=97.95%
G=0%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19104010.980.25358.7410037.45
HexBF0406462191676425
Octal2770401441423154714445
Binary101111110100011001001100010110011011001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0004; }

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

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

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

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

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

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

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

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