#BB141B

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

Shades of Venetian Red #BB141B

Tints of Venetian Red #BB141B

Color information

#BB141B (or 0xBB141B) is unknown color: approx Venetian Red. HEX triplet: BB, 14 and 1B. RGB value is (187,20,27). Sum of RGB (Red+Green+Blue) = 187+20+27=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB141B is #44EBE4. Grayscale: #464646. Windows color (decimal): -4516837 or 1774779. OLE color: 1774779.

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

Color convert

RGB1872027-
CMYK00.890.860.27
HSL357.49º80.68%40.59%-
HSV(B)357.49º89.3%73.33%-
XYZ20.9411.142.08-
YUV70.73103.33210.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 79.91%
GREEN value IS 20 (8.20% from 255) = 8.55%
BLUE value IS 27 (10.94% from 255) = 11.54%
R=79.91%
G=8.55%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187202700.890.860.27357.4980.6840.59
HexBB141B059561B1655129
Octal273243301311263354512151
Binary101110111010011011010110011010110110111011001011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB141B; }

 p { color: rgb(187,20,27); }

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

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

 a { background-color: rgb(187,20,27); }

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

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

 span { border-color: rgb(187,20,27); }

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