Html Css Color HEX #BB0111 Venetian Red

📋 copy color: '#BB0111'

red 187 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #BB0111

Tints of Venetian Red #BB0111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 91.22%
G = 0.49%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB0111 (or 0xBB0111) is known color: Venetian Red. HEX triplet: BB, 01 and 11. RGB value is (187,1,17). Sum of RGB (Red+Green+Blue) = 187+1+17=205 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.22% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0111 is #44FEEE. Grayscale: #3A3A3A. Windows color (decimal): -4521711 or 1114555. OLE color: 1114555.

HSL color Cylindrical-coordinate representation of color #BB0111: hue angle of 354.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0111 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 1 17 -
CMYK 0 0.99 0.91 0.27
HSL 354.84º 0.99% 0.37% -
HSV(B) 354.84º 0.99% 0.73% -
XYZ 20.61 10.63 1.5 -
YUV 58.44 104.62 219.7 -
System Red Green Blue C M Y K H S L
Decimal 187 1 17 0 0.99 0.91 0.27 354.84 0.99 0.37
Hex BB 1 11 0 63 5B 1B 163 63 25
Octal 273 1 21 0 143 133 33 543 143 45
Binary 10111011 1 10001 0 1100011 1011011 11011 101100011 1100011 100101

Color Harmonies of #BB0111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0111

Black with #BB0111

Text Example


Text Example

White with #BB0111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0111; }

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

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

background-color css

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

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

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

border-color css

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

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

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