#BB0127

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

Shades of Venetian Red #BB0127

Tints of Venetian Red #BB0127

Color information

#BB0127 (or 0xBB0127) is unknown color: approx Venetian Red. HEX triplet: BB, 01 and 27. RGB value is (187,1,39). Sum of RGB (Red+Green+Blue) = 187+1+39=227 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.38% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0127 is #44FED8. Grayscale: #3C3C3C. Windows color (decimal): -4521689 or 2556347. OLE color: 2556347.

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

Color convert

RGB187139-
CMYK00.990.790.27
HSL347.74º98.94%36.86%-
HSV(B)347.74º99.47%73.33%-
XYZ20.8710.732.89-
YUV60.95115.62217.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 82.38%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 39 (15.62% from 255) = 17.18%
R=82.38%
G=0.44%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713900.990.790.27347.7498.9436.86
HexBB1270634F1B15c6325
Octal27314701431173353414345
Binary101110111100111011000111001111110111010111001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0127; }

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

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

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

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

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

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

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

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