#BB121D

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

Shades of Venetian Red #BB121D

Tints of Venetian Red #BB121D

Color information

#BB121D (or 0xBB121D) is unknown color: approx Venetian Red. HEX triplet: BB, 12 and 1D. RGB value is (187,18,29). Sum of RGB (Red+Green+Blue) = 187+18+29=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 29 (11.72% from 255 or 12.39% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB121D is #44EDE2. Grayscale: #454545. Windows color (decimal): -4517347 or 1905339. OLE color: 1905339.

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

Color convert

RGB1871829-
CMYK00.900.840.27
HSL356.09º82.44%40.2%-
HSV(B)356.09º90.37%73.33%-
XYZ20.9311.092.2-
YUV69.78104.99211.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 79.91%
GREEN value IS 18 (7.42% from 255) = 7.69%
BLUE value IS 29 (11.72% from 255) = 12.39%
R=79.91%
G=7.69%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187182900.900.840.27356.0982.4440.2
HexBB121D05A541B1645228
Octal273223501321243354412250
Binary101110111001011101010110101010100110111011001001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB121D; }

 p { color: rgb(187,18,29); }

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

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

 a { background-color: rgb(187,18,29); }

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

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

 span { border-color: rgb(187,18,29); }

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