Html Css Color HEX #BB011B Venetian Red

📋 copy color: '#BB011B'

red 187 ◦ green 1 ◦ blue 27

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

Shades of Venetian Red #BB011B

Tints of Venetian Red #BB011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 27 (10.94% from 255) = 12.56%

R = 86.98%
G = 0.47%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB011B (or 0xBB011B) is known color: Venetian Red. HEX triplet: BB, 01 and 1B. RGB value is (187,1,27). Sum of RGB (Red+Green+Blue) = 187+1+27=215 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.98% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 187 - color contains mainly: red. Hex color #BB011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB011B is #44FEE4. Grayscale: #3B3B3B. Windows color (decimal): -4521701 or 1769915. OLE color: 1769915.

HSL color Cylindrical-coordinate representation of color #BB011B: hue angle of 351.61º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB011B is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 1 27 -
CMYK 0 0.99 0.86 0.27
HSL 351.61º 0.99% 0.37% -
HSV(B) 351.61º 0.99% 0.73% -
XYZ 20.7 10.67 2 -
YUV 59.58 109.62 218.89 -
System Red Green Blue C M Y K H S L
Decimal 187 1 27 0 0.99 0.86 0.27 351.61 0.99 0.37
Hex BB 1 1B 0 63 56 1B 160 63 25
Octal 273 1 33 0 143 126 33 540 143 45
Binary 10111011 1 11011 0 1100011 1010110 11011 101100000 1100011 100101

Color Harmonies of #BB011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB011B

Black with #BB011B

Text Example


Text Example

White with #BB011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB011B; }

 p { color: rgb(187,1,27); }

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

background-color css

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

 a { background-color: rgb(187,1,27); }

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

border-color css

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

 span { border-color: rgb(187,1,27); }

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