Html Css Color HEX #BB1116 Venetian Red

📋 copy color: '#BB1116'

red 187 ◦ green 17 ◦ blue 22

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

Shades of Venetian Red #BB1116

Tints of Venetian Red #BB1116

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.52%

 BLUE value IS 22 (8.98% from 255) = 9.73%

R = 82.74%
G = 7.52%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB1116 (or 0xBB1116) is known color: Venetian Red. HEX triplet: BB, 11 and 16. RGB value is (187,17,22). Sum of RGB (Red+Green+Blue) = 187+17+22=226 (29% of max value = 765). Red value is 187 (73.44% from 255 or 82.74% from 226); Green value is 17 (7.03% from 255 or 7.52% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1116 is #44EEE9. Grayscale: #444444. Windows color (decimal): -4517610 or 1446331. OLE color: 1446331.

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

Color convert

RGB 187 17 22 -
CMYK 0 0.91 0.88 0.27
HSL 358.24º 0.83% 0.4% -
HSV(B) 358.24º 0.91% 0.73% -
XYZ 20.84 11.02 1.79 -
YUV 68.4 101.82 212.59 -
System Red Green Blue C M Y K H S L
Decimal 187 17 22 0 0.91 0.88 0.27 358.24 0.83 0.4
Hex BB 11 16 0 5B 58 1B 166 53 28
Octal 273 21 26 0 133 130 33 546 123 50
Binary 10111011 10001 10110 0 1011011 1011000 11011 101100110 1010011 101000

Color Harmonies of #BB1116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1116

Black with #BB1116

Text Example


Text Example

White with #BB1116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1116; }

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

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

background-color css

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

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

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

border-color css

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

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

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