Html Css Color HEX #BB1016 Venetian Red

📋 copy color: '#BB1016'

red 187 ◦ green 16 ◦ blue 22

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

Shades of Venetian Red #BB1016

Tints of Venetian Red #BB1016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.11%

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

R = 83.11%
G = 7.11%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB1016 (or 0xBB1016) is known color: Venetian Red. HEX triplet: BB, 10 and 16. RGB value is (187,16,22). Sum of RGB (Red+Green+Blue) = 187+16+22=225 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.11% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1016 is #44EFE9. Grayscale: #434343. Windows color (decimal): -4517866 or 1446075. OLE color: 1446075.

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

Color convert

RGB 187 16 22 -
CMYK 0 0.91 0.88 0.27
HSL 357.89º 0.84% 0.4% -
HSV(B) 357.89º 0.91% 0.73% -
XYZ 20.82 10.99 1.78 -
YUV 67.81 102.15 213.01 -
System Red Green Blue C M Y K H S L
Decimal 187 16 22 0 0.91 0.88 0.27 357.89 0.84 0.4
Hex BB 10 16 0 5B 58 1B 166 54 28
Octal 273 20 26 0 133 130 33 546 124 50
Binary 10111011 10000 10110 0 1011011 1011000 11011 101100110 1010100 101000

Color Harmonies of #BB1016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1016

Black with #BB1016

Text Example


Text Example

White with #BB1016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1016; }

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

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

background-color css

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

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

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

border-color css

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

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

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