Html Css Color HEX #BB0616 Venetian Red

📋 copy color: '#BB0616'

red 187 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #BB0616

Tints of Venetian Red #BB0616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.79%

 BLUE value IS 22 (8.98% from 255) = 10.23%

R = 86.98%
G = 2.79%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB0616 (or 0xBB0616) is known color: Venetian Red. HEX triplet: BB, 06 and 16. RGB value is (187,6,22). Sum of RGB (Red+Green+Blue) = 187+6+22=215 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.98% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0616 is #44F9E9. Grayscale: #3E3E3E. Windows color (decimal): -4520426 or 1443515. OLE color: 1443515.

HSL color Cylindrical-coordinate representation of color #BB0616: hue angle of 354.7º degrees, saturation: 0.94, 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 #BB0616 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 6 22 -
CMYK 0 0.97 0.88 0.27
HSL 354.7º 0.94% 0.38% -
HSV(B) 354.7º 0.97% 0.73% -
XYZ 20.7 10.75 1.74 -
YUV 61.94 105.47 217.2 -
System Red Green Blue C M Y K H S L
Decimal 187 6 22 0 0.97 0.88 0.27 354.7 0.94 0.38
Hex BB 6 16 0 61 58 1B 163 5E 26
Octal 273 6 26 0 141 130 33 543 136 46
Binary 10111011 110 10110 0 1100001 1011000 11011 101100011 1011110 100110

Color Harmonies of #BB0616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0616

Black with #BB0616

Text Example


Text Example

White with #BB0616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0616; }

 p { color: rgb(187,6,22); }

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

background-color css

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

 a { background-color: rgb(187,6,22); }

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

border-color css

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

 span { border-color: rgb(187,6,22); }

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