Html Css Color HEX #BB1415 Venetian Red

📋 copy color: '#BB1415'

red 187 ◦ green 20 ◦ blue 21

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

Shades of Venetian Red #BB1415

Tints of Venetian Red #BB1415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.77%

 BLUE value IS 21 (8.59% from 255) = 9.21%

R = 82.02%
G = 8.77%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB1415 (or 0xBB1415) is known color: Venetian Red. HEX triplet: BB, 14 and 15. RGB value is (187,20,21). Sum of RGB (Red+Green+Blue) = 187+20+21=228 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.02% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1415 is #44EBEA. Grayscale: #464646. Windows color (decimal): -4516843 or 1381563. OLE color: 1381563.

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

Color convert

RGB 187 20 21 -
CMYK 0 0.89 0.89 0.27
HSL 359.64º 0.81% 0.41% -
HSV(B) 359.64º 0.89% 0.73% -
XYZ 20.88 11.12 1.76 -
YUV 70.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 187 20 21 0 0.89 0.89 0.27 359.64 0.81 0.41
Hex BB 14 15 0 59 59 1B 168 51 29
Octal 273 24 25 0 131 131 33 550 121 51
Binary 10111011 10100 10101 0 1011001 1011001 11011 101101000 1010001 101001

Color Harmonies of #BB1415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1415

Black with #BB1415

Text Example


Text Example

White with #BB1415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1415; }

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

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

background-color css

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

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

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

border-color css

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

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

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