#bb0b1d

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

Shades of Venetian Red #BB0B1D

Tints of Venetian Red #BB0B1D

Color information

#BB0B1D (or 0xBB0B1D) is unknown color: approx Venetian Red. HEX triplet: BB, 0B and 1D. RGB value is (187,11,29). Sum of RGB (Red+Green+Blue) = 187+11+29=227 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.38% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0B1D is #44F4E2. Grayscale: #414141. Windows color (decimal): -4519139 or 1903547. OLE color: 1903547.

HSL color Cylindrical-coordinate representation of color #BB0B1D: hue angle of 353.86º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0B1D is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB1871129-
CMYK00.940.840.27
HSL353.86º88.89%38.82%-
HSV(B)353.86º94.12%73.33%-
XYZ20.8310.892.17-
YUV65.68107.31214.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 82.38%
GREEN value IS 11 (4.69% from 255) = 4.85%
BLUE value IS 29 (11.72% from 255) = 12.78%
R=82.38%
G=4.85%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187112900.940.840.27353.8688.8938.82
HexBBB1D05E541B1625927
Octal273133501361243354213147
Binary10111011101111101010111101010100110111011000101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb0b1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb0b1d; }

 p { color: rgb(187,11,29); }

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

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

 a { background-color: rgb(187,11,29); }

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

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

 span { border-color: rgb(187,11,29); }

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