#BB1419

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

Shades of Venetian Red #BB1419

Tints of Venetian Red #BB1419

Color information

#BB1419 (or 0xBB1419) is unknown color: approx Venetian Red. HEX triplet: BB, 14 and 19. RGB value is (187,20,25). Sum of RGB (Red+Green+Blue) = 187+20+25=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1419 is #44EBE6. Grayscale: #464646. Windows color (decimal): -4516839 or 1643707. OLE color: 1643707.

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

Color convert

RGB1872025-
CMYK00.890.870.27
HSL358.2º80.68%40.59%-
HSV(B)358.2º89.3%73.33%-
XYZ20.9211.141.97-
YUV70.5102.33211.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 80.60%
GREEN value IS 20 (8.20% from 255) = 8.62%
BLUE value IS 25 (10.16% from 255) = 10.78%
R=80.60%
G=8.62%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187202500.890.870.27358.280.6840.59
HexBB1419059571B1665129
Octal273243101311273354612151
Binary101110111010011001010110011010111110111011001101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1419; }

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

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

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

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

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

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

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

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