Html Css Color HEX #BB0216 Venetian Red

📋 copy color: '#BB0216'

red 187 ◦ green 2 ◦ blue 22

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

Shades of Venetian Red #BB0216

Tints of Venetian Red #BB0216

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.95%

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

R = 88.63%
G = 0.95%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB0216 (or 0xBB0216) is known color: Venetian Red. HEX triplet: BB, 02 and 16. RGB value is (187,2,22). Sum of RGB (Red+Green+Blue) = 187+2+22=211 (27% of max value = 765). Red value is 187 (73.44% from 255 or 88.63% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0216 is #44FDE9. Grayscale: #3B3B3B. Windows color (decimal): -4521450 or 1442491. OLE color: 1442491.

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

Color convert

RGB 187 2 22 -
CMYK 0 0.99 0.88 0.27
HSL 353.51º 0.98% 0.37% -
HSV(B) 353.51º 0.99% 0.73% -
XYZ 20.66 10.67 1.73 -
YUV 59.6 106.79 218.87 -
System Red Green Blue C M Y K H S L
Decimal 187 2 22 0 0.99 0.88 0.27 353.51 0.98 0.37
Hex BB 2 16 0 63 58 1B 162 62 25
Octal 273 2 26 0 143 130 33 542 142 45
Binary 10111011 10 10110 0 1100011 1011000 11011 101100010 1100010 100101

Color Harmonies of #BB0216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0216

Black with #BB0216

Text Example


Text Example

White with #BB0216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0216; }

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

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

background-color css

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

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

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

border-color css

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

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

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