#BB1018

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

Shades of Venetian Red #BB1018

Tints of Venetian Red #BB1018

Color information

#BB1018 (or 0xBB1018) is unknown color: approx Venetian Red. HEX triplet: BB, 10 and 18. RGB value is (187,16,24). Sum of RGB (Red+Green+Blue) = 187+16+24=227 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.38% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1018 is #44EFE7. Grayscale: #444444. Windows color (decimal): -4517864 or 1577147. OLE color: 1577147.

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

Color convert

RGB1871624-
CMYK00.910.870.27
HSL357.19º84.24%39.8%-
HSV(B)357.19º91.44%73.33%-
XYZ20.84111.89-
YUV68.04103.15212.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 82.38%
GREEN value IS 16 (6.64% from 255) = 7.05%
BLUE value IS 24 (9.77% from 255) = 10.57%
R=82.38%
G=7.05%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187162400.910.870.27357.1984.2439.8
HexBB101805B571B1655428
Octal273203001331273354512450
Binary101110111000011000010110111010111110111011001011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1018; }

 p { color: rgb(187,16,24); }

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

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

 a { background-color: rgb(187,16,24); }

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

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

 span { border-color: rgb(187,16,24); }

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