Html Css Color HEX #BB0516 Venetian Red

📋 copy color: '#BB0516'

red 187 ◦ green 5 ◦ blue 22

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

Shades of Venetian Red #BB0516

Tints of Venetian Red #BB0516

RGB

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

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

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

R = 87.38%
G = 2.34%
B = 10.28%

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

#BB0516 (or 0xBB0516) is known color: Venetian Red. HEX triplet: BB, 05 and 16. RGB value is (187,5,22). Sum of RGB (Red+Green+Blue) = 187+5+22=214 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.38% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0516 is #44FAE9. Grayscale: #3D3D3D. Windows color (decimal): -4520682 or 1443259. OLE color: 1443259.

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

Color convert

RGB 187 5 22 -
CMYK 0 0.97 0.88 0.27
HSL 354.4º 0.95% 0.38% -
HSV(B) 354.4º 0.97% 0.73% -
XYZ 20.69 10.73 1.74 -
YUV 61.36 105.8 217.62 -
System Red Green Blue C M Y K H S L
Decimal 187 5 22 0 0.97 0.88 0.27 354.4 0.95 0.38
Hex BB 5 16 0 61 58 1B 162 5F 26
Octal 273 5 26 0 141 130 33 542 137 46
Binary 10111011 101 10110 0 1100001 1011000 11011 101100010 1011111 100110

Color Harmonies of #BB0516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0516

Black with #BB0516

Text Example


Text Example

White with #BB0516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0516; }

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

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

background-color css

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

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

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

border-color css

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

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

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