Html Css Color HEX #BB1118 Venetian Red

📋 copy color: '#BB1118'

red 187 ◦ green 17 ◦ blue 24

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

Shades of Venetian Red #BB1118

Tints of Venetian Red #BB1118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.53%

R = 82.02%
G = 7.46%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB1118 (or 0xBB1118) is known color: Venetian Red. HEX triplet: BB, 11 and 18. RGB value is (187,17,24). Sum of RGB (Red+Green+Blue) = 187+17+24=228 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.02% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1118 is #44EEE7. Grayscale: #444444. Windows color (decimal): -4517608 or 1577403. OLE color: 1577403.

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

Color convert

RGB 187 17 24 -
CMYK 0 0.91 0.87 0.27
HSL 357.53º 0.83% 0.4% -
HSV(B) 357.53º 0.91% 0.73% -
XYZ 20.86 11.03 1.89 -
YUV 68.63 102.82 212.43 -
System Red Green Blue C M Y K H S L
Decimal 187 17 24 0 0.91 0.87 0.27 357.53 0.83 0.4
Hex BB 11 18 0 5B 57 1B 166 53 28
Octal 273 21 30 0 133 127 33 546 123 50
Binary 10111011 10001 11000 0 1011011 1010111 11011 101100110 1010011 101000

Color Harmonies of #BB1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1118

Black with #BB1118

Text Example


Text Example

White with #BB1118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1118; }

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

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

background-color css

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

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

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

border-color css

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

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

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