Html Css Color HEX #BB0914 Venetian Red

📋 copy color: '#BB0914'

red 187 ◦ green 9 ◦ blue 20

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

Shades of Venetian Red #BB0914

Tints of Venetian Red #BB0914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.26%

R = 86.57%
G = 4.17%
B = 9.26%

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

#BB0914 (or 0xBB0914) is known color: Venetian Red. HEX triplet: BB, 09 and 14. RGB value is (187,9,20). Sum of RGB (Red+Green+Blue) = 187+9+20=216 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.57% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0914 is #44F6EB. Grayscale: #3F3F3F. Windows color (decimal): -4519660 or 1313211. OLE color: 1313211.

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

Color convert

RGB 187 9 20 -
CMYK 0 0.95 0.89 0.27
HSL 356.29º 0.91% 0.38% -
HSV(B) 356.29º 0.95% 0.73% -
XYZ 20.72 10.81 1.66 -
YUV 63.48 103.47 216.11 -
System Red Green Blue C M Y K H S L
Decimal 187 9 20 0 0.95 0.89 0.27 356.29 0.91 0.38
Hex BB 9 14 0 5F 59 1B 164 5B 26
Octal 273 11 24 0 137 131 33 544 133 46
Binary 10111011 1001 10100 0 1011111 1011001 11011 101100100 1011011 100110

Color Harmonies of #BB0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0914

Black with #BB0914

Text Example


Text Example

White with #BB0914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0914; }

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

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

background-color css

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

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

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

border-color css

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

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

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