#BF0203

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

Shades of Venetian Red #BF0203

Tints of Venetian Red #BF0203

Color information

#BF0203 (or 0xBF0203) is unknown color: approx Venetian Red. HEX triplet: BF, 02 and 03. RGB value is (191,2,3). Sum of RGB (Red+Green+Blue) = 191+2+3=196 (25% of max value = 765). Red value is 191 (75% from 255 or 97.45% from 196); Green value is 2 (1.17% from 255 or 1.02% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0203 is #40FDFC. Grayscale: #3A3A3A. Windows color (decimal): -4259325 or 197311. OLE color: 197311.

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

Color convert

RGB19123-
CMYK00.990.980.25
HSL359.68º97.93%37.84%-
HSV(B)359.68º98.95%74.9%-
XYZ21.5211.131.1-
YUV58.6296.62222.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 97.45%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 3 (1.56% from 255) = 1.53%
R=97.45%
G=1.02%
B=1.53%

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
Decimal1912300.990.980.25359.6897.9337.84
HexBF2306362191686226
Octal2772301431423155014246
Binary101111111011011000111100010110011011010001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0203; }

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

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

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

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

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

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

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

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