Html Css Color HEX #BB1517 Venetian Red

📋 copy color: '#BB1517'

red 187 ◦ green 21 ◦ blue 23

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

Shades of Venetian Red #BB1517

Tints of Venetian Red #BB1517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.09%

 BLUE value IS 23 (9.38% from 255) = 9.96%

R = 80.95%
G = 9.09%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB1517 (or 0xBB1517) is known color: Venetian Red. HEX triplet: BB, 15 and 17. RGB value is (187,21,23). Sum of RGB (Red+Green+Blue) = 187+21+23=231 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.95% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1517 is #44EAE8. Grayscale: #474747. Windows color (decimal): -4516585 or 1512891. OLE color: 1512891.

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

Color convert

RGB 187 21 23 -
CMYK 0 0.89 0.88 0.27
HSL 359.28º 0.8% 0.41% -
HSV(B) 359.28º 0.89% 0.73% -
XYZ 20.92 11.16 1.86 -
YUV 70.86 101 210.84 -
System Red Green Blue C M Y K H S L
Decimal 187 21 23 0 0.89 0.88 0.27 359.28 0.8 0.41
Hex BB 15 17 0 59 58 1B 167 50 29
Octal 273 25 27 0 131 130 33 547 120 51
Binary 10111011 10101 10111 0 1011001 1011000 11011 101100111 1010000 101001

Color Harmonies of #BB1517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1517

Black with #BB1517

Text Example


Text Example

White with #BB1517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1517; }

 p { color: rgb(187,21,23); }

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

background-color css

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

 a { background-color: rgb(187,21,23); }

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

border-color css

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

 span { border-color: rgb(187,21,23); }

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