Html Css Color HEX #BB111D Venetian Red

📋 copy color: '#BB111D'

red 187 ◦ green 17 ◦ blue 29

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

Shades of Venetian Red #BB111D

Tints of Venetian Red #BB111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.45%

R = 80.26%
G = 7.3%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB111D (or 0xBB111D) is known color: Venetian Red. HEX triplet: BB, 11 and 1D. RGB value is (187,17,29). Sum of RGB (Red+Green+Blue) = 187+17+29=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB111D is #44EEE2. Grayscale: #454545. Windows color (decimal): -4517603 or 1905083. OLE color: 1905083.

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

Color convert

RGB 187 17 29 -
CMYK 0 0.91 0.84 0.27
HSL 355.76º 0.83% 0.4% -
HSV(B) 355.76º 0.91% 0.73% -
XYZ 20.92 11.05 2.19 -
YUV 69.2 105.32 212.02 -
System Red Green Blue C M Y K H S L
Decimal 187 17 29 0 0.91 0.84 0.27 355.76 0.83 0.4
Hex BB 11 1D 0 5B 54 1B 164 53 28
Octal 273 21 35 0 133 124 33 544 123 50
Binary 10111011 10001 11101 0 1011011 1010100 11011 101100100 1010011 101000

Color Harmonies of #BB111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB111D

Black with #BB111D

Text Example


Text Example

White with #BB111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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