#BB141C

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

Shades of Venetian Red #BB141C

Tints of Venetian Red #BB141C

Color information

#BB141C (or 0xBB141C) is unknown color: approx Venetian Red. HEX triplet: BB, 14 and 1C. RGB value is (187,20,28). Sum of RGB (Red+Green+Blue) = 187+20+28=235 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.57% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 187 - color contains mainly: red. Hex color #BB141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB141C is #44EBE3. Grayscale: #464646. Windows color (decimal): -4516836 or 1840315. OLE color: 1840315.

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

Color convert

RGB1872028-
CMYK00.890.850.27
HSL357.13º80.68%40.59%-
HSV(B)357.13º89.3%73.33%-
XYZ20.9511.152.15-
YUV70.84103.83210.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 79.57%
GREEN value IS 20 (8.20% from 255) = 8.51%
BLUE value IS 28 (11.33% from 255) = 11.91%
R=79.57%
G=8.51%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187202800.890.850.27357.1380.6840.59
HexBB141C059551B1655129
Octal273243401311253354512151
Binary101110111010011100010110011010101110111011001011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB141C; }

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

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

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

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

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

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

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

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