#BB0629

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

Shades of Venetian Red #BB0629

Tints of Venetian Red #BB0629

Color information

#BB0629 (or 0xBB0629) is unknown color: approx Venetian Red. HEX triplet: BB, 06 and 29. RGB value is (187,6,41). Sum of RGB (Red+Green+Blue) = 187+6+41=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0629 is #44F9D6. Grayscale: #404040. Windows color (decimal): -4520407 or 2688699. OLE color: 2688699.

HSL color Cylindrical-coordinate representation of color #BB0629: hue angle of 348.4º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0629 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB187641-
CMYK00.970.780.27
HSL348.4º93.78%37.84%-
HSV(B)348.4º96.79%73.33%-
XYZ20.9610.863.09-
YUV64.11114.97215.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 79.91%
GREEN value IS 6 (2.73% from 255) = 2.56%
BLUE value IS 41 (16.41% from 255) = 17.52%
R=79.91%
G=2.56%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18764100.970.780.27348.493.7837.84
HexBB6290614E1B15c5e26
Octal27365101411163353413646
Binary10111011110101001011000011001110110111010111001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0629; }

 p { color: rgb(187,6,41); }

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

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

 a { background-color: rgb(187,6,41); }

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

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

 span { border-color: rgb(187,6,41); }

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