Html Css Color HEX #BB0915 Venetian Red

📋 copy color: '#BB0915'

red 187 ◦ green 9 ◦ blue 21

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

Shades of Venetian Red #BB0915

Tints of Venetian Red #BB0915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.15%

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

R = 86.18%
G = 4.15%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB0915 (or 0xBB0915) is known color: Venetian Red. HEX triplet: BB, 09 and 15. RGB value is (187,9,21). Sum of RGB (Red+Green+Blue) = 187+9+21=217 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.18% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0915 is #44F6EA. Grayscale: #3F3F3F. Windows color (decimal): -4519659 or 1378747. OLE color: 1378747.

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

Color convert

RGB 187 9 21 -
CMYK 0 0.95 0.89 0.27
HSL 355.96º 0.91% 0.38% -
HSV(B) 355.96º 0.95% 0.73% -
XYZ 20.73 10.81 1.7 -
YUV 63.59 103.97 216.02 -
System Red Green Blue C M Y K H S L
Decimal 187 9 21 0 0.95 0.89 0.27 355.96 0.91 0.38
Hex BB 9 15 0 5F 59 1B 164 5B 26
Octal 273 11 25 0 137 131 33 544 133 46
Binary 10111011 1001 10101 0 1011111 1011001 11011 101100100 1011011 100110

Color Harmonies of #BB0915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0915

Black with #BB0915

Text Example


Text Example

White with #BB0915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0915; }

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

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

background-color css

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

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

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

border-color css

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

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

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