Html Css Color HEX #BB0720 Venetian Red

📋 copy color: '#BB0720'

red 187 ◦ green 7 ◦ blue 32

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

Shades of Venetian Red #BB0720

Tints of Venetian Red #BB0720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.1%

 BLUE value IS 32 (12.89% from 255) = 14.16%

R = 82.74%
G = 3.1%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB0720 (or 0xBB0720) is known color: Venetian Red. HEX triplet: BB, 07 and 20. RGB value is (187,7,32). Sum of RGB (Red+Green+Blue) = 187+7+32=226 (29% of max value = 765). Red value is 187 (73.44% from 255 or 82.74% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0720 is #44F8DF. Grayscale: #3F3F3F. Windows color (decimal): -4520160 or 2099131. OLE color: 2099131.

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

Color convert

RGB 187 7 32 -
CMYK 0 0.96 0.83 0.27
HSL 351.67º 0.93% 0.38% -
HSV(B) 351.67º 0.96% 0.73% -
XYZ 20.83 10.82 2.36 -
YUV 63.67 110.13 215.97 -
System Red Green Blue C M Y K H S L
Decimal 187 7 32 0 0.96 0.83 0.27 351.67 0.93 0.38
Hex BB 7 20 0 60 53 1B 160 5D 26
Octal 273 7 40 0 140 123 33 540 135 46
Binary 10111011 111 100000 0 1100000 1010011 11011 101100000 1011101 100110

Color Harmonies of #BB0720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0720

Black with #BB0720

Text Example


Text Example

White with #BB0720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0720; }

 p { color: rgb(187,7,32); }

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

background-color css

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

 a { background-color: rgb(187,7,32); }

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

border-color css

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

 span { border-color: rgb(187,7,32); }

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