Html Css Color HEX #BB1114 Venetian Red

📋 copy color: '#BB1114'

red 187 ◦ green 17 ◦ blue 20

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

Shades of Venetian Red #BB1114

Tints of Venetian Red #BB1114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 83.48%
G = 7.59%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB1114 (or 0xBB1114) is known color: Venetian Red. HEX triplet: BB, 11 and 14. RGB value is (187,17,20). Sum of RGB (Red+Green+Blue) = 187+17+20=224 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.48% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1114 is #44EEEB. Grayscale: #444444. Windows color (decimal): -4517612 or 1315259. OLE color: 1315259.

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

Color convert

RGB 187 17 20 -
CMYK 0 0.91 0.89 0.27
HSL 358.94º 0.83% 0.4% -
HSV(B) 358.94º 0.91% 0.73% -
XYZ 20.82 11.02 1.69 -
YUV 68.17 100.82 212.76 -
System Red Green Blue C M Y K H S L
Decimal 187 17 20 0 0.91 0.89 0.27 358.94 0.83 0.4
Hex BB 11 14 0 5B 59 1B 167 53 28
Octal 273 21 24 0 133 131 33 547 123 50
Binary 10111011 10001 10100 0 1011011 1011001 11011 101100111 1010011 101000

Color Harmonies of #BB1114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1114

Black with #BB1114

Text Example


Text Example

White with #BB1114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1114; }

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

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

background-color css

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

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

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

border-color css

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

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

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