#BF002C

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

Shades of Venetian Red #BF002C

Tints of Venetian Red #BF002C

Color information

#BF002C (or 0xBF002C) is unknown color: approx Venetian Red. HEX triplet: BF, 00 and 2C. RGB value is (191,0,44). Sum of RGB (Red+Green+Blue) = 191+0+44=235 (31% of max value = 765). Red value is 191 (75% from 255 or 81.28% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 191 - color contains mainly: red. Hex color #BF002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF002C is #40FFD3. Grayscale: #3E3E3E. Windows color (decimal): -4259796 or 2883775. OLE color: 2883775.

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

Color convert

RGB191044-
CMYK010.770.25
HSL346.18º100%37.45%-
HSV(B)346.18º100%74.9%-
XYZ21.9411.263.4-
YUV62.12117.78219.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 81.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 18.72%
R=81.28%
G=0%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191044010.770.25346.1810037.45
HexBF02C0644D1915a6425
Octal27705401441153153214445
Binary101111110101100011001001001101110011010110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF002C; }

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

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

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

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

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

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

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

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