#BB0628

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

Shades of Venetian Red #BB0628

Tints of Venetian Red #BB0628

Color information

#BB0628 (or 0xBB0628) is unknown color: approx Venetian Red. HEX triplet: BB, 06 and 28. RGB value is (187,6,40). Sum of RGB (Red+Green+Blue) = 187+6+40=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0628 is #44F9D7. Grayscale: #404040. Windows color (decimal): -4520408 or 2623163. OLE color: 2623163.

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

Color convert

RGB187640-
CMYK00.970.790.27
HSL348.73º93.78%37.84%-
HSV(B)348.73º96.79%73.33%-
XYZ20.9410.853-
YUV64114.47215.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 80.26%
GREEN value IS 6 (2.73% from 255) = 2.58%
BLUE value IS 40 (16.02% from 255) = 17.17%
R=80.26%
G=2.58%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18764000.970.790.27348.7393.7837.84
HexBB6280614F1B15d5e26
Octal27365001411173353513646
Binary10111011110101000011000011001111110111010111011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0628; }

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

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

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

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

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

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

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

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