#BB0001

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

Shades of Venetian Red #BB0001

Tints of Venetian Red #BB0001

Color information

#BB0001 (or 0xBB0001) is unknown color: approx Venetian Red. HEX triplet: BB, 00 and 01. RGB value is (187,0,1). Sum of RGB (Red+Green+Blue) = 187+0+1=188 (24% of max value = 765). Red value is 187 (73.44% from 255 or 99.47% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0001 is #44FFFE. Grayscale: #383838. Windows color (decimal): -4521983 or 65723. OLE color: 65723.

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

Color convert

RGB18701-
CMYK010.990.27
HSL359.68º100%36.67%-
HSV(B)359.68º100%73.33%-
XYZ20.510.570.99-
YUV56.0396.95221.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 99.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=99.47%
G=0%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18701010.990.27359.6810036.67
HexBB01064631B1686425
Octal2730101441433355014445
Binary1011101101011001001100011110111011010001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0001; }

 p { color: rgb(187,0,1); }

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

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

 a { background-color: rgb(187,0,1); }

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

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

 span { border-color: rgb(187,0,1); }

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