Html Css Color HEX #BB1011 Venetian Red

📋 copy color: '#BB1011'

red 187 ◦ green 16 ◦ blue 17

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

Shades of Venetian Red #BB1011

Tints of Venetian Red #BB1011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.27%

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

R = 85%
G = 7.27%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB1011 (or 0xBB1011) is known color: Venetian Red. HEX triplet: BB, 10 and 11. RGB value is (187,16,17). Sum of RGB (Red+Green+Blue) = 187+16+17=220 (29% of max value = 765). Red value is 187 (73.44% from 255 or 85% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1011 is #44EFEE. Grayscale: #434343. Windows color (decimal): -4517871 or 1118395. OLE color: 1118395.

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

Color convert

RGB 187 16 17 -
CMYK 0 0.91 0.91 0.27
HSL 359.65º 0.84% 0.4% -
HSV(B) 359.65º 0.91% 0.73% -
XYZ 20.78 10.98 1.55 -
YUV 67.24 99.65 213.42 -
System Red Green Blue C M Y K H S L
Decimal 187 16 17 0 0.91 0.91 0.27 359.65 0.84 0.4
Hex BB 10 11 0 5B 5B 1B 168 54 28
Octal 273 20 21 0 133 133 33 550 124 50
Binary 10111011 10000 10001 0 1011011 1011011 11011 101101000 1010100 101000

Color Harmonies of #BB1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1011

Black with #BB1011

Text Example


Text Example

White with #BB1011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1011; }

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

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

background-color css

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

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

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

border-color css

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

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

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