#BF002D

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

Shades of Venetian Red #BF002D

Tints of Venetian Red #BF002D

Color information

#BF002D (or 0xBF002D) is unknown color: approx Venetian Red. HEX triplet: BF, 00 and 2D. RGB value is (191,0,45). Sum of RGB (Red+Green+Blue) = 191+0+45=236 (31% of max value = 765). Red value is 191 (75% from 255 or 80.93% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 191 - color contains mainly: red. Hex color #BF002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF002D is #40FFD2. Grayscale: #3E3E3E. Windows color (decimal): -4259795 or 2949311. OLE color: 2949311.

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

Color convert

RGB191045-
CMYK010.760.25
HSL345.86º100%37.45%-
HSV(B)345.86º100%74.9%-
XYZ21.9611.273.5-
YUV62.24118.28219.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 80.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 19.07%
R=80.93%
G=0%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191045010.760.25345.8610037.45
HexBF02D0644C1915a6425
Octal27705501441143153214445
Binary101111110101101011001001001100110011010110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF002D; }

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

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

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

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

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

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

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

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