Html Css Color HEX #BB0611 Venetian Red

📋 copy color: '#BB0611'

red 187 ◦ green 6 ◦ blue 17

#BB0611
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #BB0611

Tints of Venetian Red #BB0611

RGB

 RED value IS 187 (73.44% from 255) = 89.05%

 GREEN value IS 6 (2.73% from 255) = 2.86%

 BLUE value IS 17 (7.03% from 255) = 8.1%

R = 89.05%
G = 2.86%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB0611 (or 0xBB0611) is known color: Venetian Red. HEX triplet: BB, 06 and 11. RGB value is (187,6,17). Sum of RGB (Red+Green+Blue) = 187+6+17=210 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.05% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0611 is #44F9EE. Grayscale: #3D3D3D. Windows color (decimal): -4520431 or 1115835. OLE color: 1115835.

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

Color convert

RGB 187 6 17 -
CMYK 0 0.97 0.91 0.27
HSL 356.35º 0.94% 0.38% -
HSV(B) 356.35º 0.97% 0.73% -
XYZ 20.66 10.74 1.51 -
YUV 61.37 102.97 217.61 -
System Red Green Blue C M Y K H S L
Decimal 187 6 17 0 0.97 0.91 0.27 356.35 0.94 0.38
Hex BB 6 11 0 61 5B 1B 164 5E 26
Octal 273 6 21 0 141 133 33 544 136 46
Binary 10111011 110 10001 0 1100001 1011011 11011 101100100 1011110 100110

Color Harmonies of #BB0611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0611

Black with #BB0611

Text Example


Text Example

White with #BB0611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0611; }

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

 H1.HeaderClassName
 {
   color: #BB0611;
 }
 .AnyTagClassName
 {
   color: #BB0611;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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