#BF0020

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

Shades of Venetian Red #BF0020

Tints of Venetian Red #BF0020

Color information

#BF0020 (or 0xBF0020) is unknown color: approx Venetian Red. HEX triplet: BF, 00 and 20. RGB value is (191,0,32). Sum of RGB (Red+Green+Blue) = 191+0+32=223 (29% of max value = 765). Red value is 191 (75% from 255 or 85.65% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0020 is #40FFDF. Grayscale: #3C3C3C. Windows color (decimal): -4259808 or 2097343. OLE color: 2097343.

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

Color convert

RGB191032-
CMYK010.830.25
HSL349.95º100%37.45%-
HSV(B)349.95º100%74.9%-
XYZ21.7511.182.38-
YUV60.76111.78220.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 85.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=85.65%
G=0%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191032010.830.25349.9510037.45
HexBF020064531915e6425
Octal27704001441233153614445
Binary101111110100000011001001010011110011010111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0020; }

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

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

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

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

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

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

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

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