#BB141A

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

Shades of Venetian Red #BB141A

Tints of Venetian Red #BB141A

Color information

#BB141A (or 0xBB141A) is unknown color: approx Venetian Red. HEX triplet: BB, 14 and 1A. RGB value is (187,20,26). Sum of RGB (Red+Green+Blue) = 187+20+26=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB141A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB141A is #44EBE5. Grayscale: #464646. Windows color (decimal): -4516838 or 1709243. OLE color: 1709243.

HSL color Cylindrical-coordinate representation of color #BB141A: hue angle of 357.84º 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 #BB141A is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB1872026-
CMYK00.890.860.27
HSL357.84º80.68%40.59%-
HSV(B)357.84º89.3%73.33%-
XYZ20.9311.142.02-
YUV70.62102.83211.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 80.26%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 26 (10.55% from 255) = 11.16%
R=80.26%
G=8.58%
B=11.16%

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
Decimal187202600.890.860.27357.8480.6840.59
HexBB141A059561B1665129
Octal273243201311263354612151
Binary101110111010011010010110011010110110111011001101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB141A; }

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

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

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

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

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

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

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

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