Html Css Color HEX #BB0511 Venetian Red

📋 copy color: '#BB0511'

red 187 ◦ green 5 ◦ blue 17

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

Shades of Venetian Red #BB0511

Tints of Venetian Red #BB0511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.39%

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

R = 89.47%
G = 2.39%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB0511 (or 0xBB0511) is known color: Venetian Red. HEX triplet: BB, 05 and 11. RGB value is (187,5,17). Sum of RGB (Red+Green+Blue) = 187+5+17=209 (27% of max value = 765). Red value is 187 (73.44% from 255 or 89.47% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0511 is #44FAEE. Grayscale: #3C3C3C. Windows color (decimal): -4520687 or 1115579. OLE color: 1115579.

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

Color convert

RGB 187 5 17 -
CMYK 0 0.97 0.91 0.27
HSL 356.04º 0.95% 0.38% -
HSV(B) 356.04º 0.97% 0.73% -
XYZ 20.65 10.71 1.51 -
YUV 60.79 103.3 218.02 -
System Red Green Blue C M Y K H S L
Decimal 187 5 17 0 0.97 0.91 0.27 356.04 0.95 0.38
Hex BB 5 11 0 61 5B 1B 164 5F 26
Octal 273 5 21 0 141 133 33 544 137 46
Binary 10111011 101 10001 0 1100001 1011011 11011 101100100 1011111 100110

Color Harmonies of #BB0511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0511

Black with #BB0511

Text Example


Text Example

White with #BB0511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0511; }

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

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

background-color css

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

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

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

border-color css

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

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

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