Html Css Color HEX #BB020B Venetian Red

📋 copy color: '#BB020B'

red 187 ◦ green 2 ◦ blue 11

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

Shades of Venetian Red #BB020B

Tints of Venetian Red #BB020B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 11 (4.69% from 255) = 5.5%

R = 93.5%
G = 1%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB020B (or 0xBB020B) is known color: Venetian Red. HEX triplet: BB, 02 and 0B. RGB value is (187,2,11). Sum of RGB (Red+Green+Blue) = 187+2+11=200 (26% of max value = 765). Red value is 187 (73.44% from 255 or 93.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 187 - color contains mainly: red. Hex color #BB020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB020B is #44FDF4. Grayscale: #3A3A3A. Windows color (decimal): -4521461 or 721595. OLE color: 721595.

HSL color Cylindrical-coordinate representation of color #BB020B: hue angle of 357.08º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB020B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 2 11 -
CMYK 0 0.99 0.94 0.27
HSL 357.08º 0.98% 0.37% -
HSV(B) 357.08º 0.99% 0.73% -
XYZ 20.58 10.63 1.28 -
YUV 58.34 101.29 219.77 -
System Red Green Blue C M Y K H S L
Decimal 187 2 11 0 0.99 0.94 0.27 357.08 0.98 0.37
Hex BB 2 B 0 63 5E 1B 165 62 25
Octal 273 2 13 0 143 136 33 545 142 45
Binary 10111011 10 1011 0 1100011 1011110 11011 101100101 1100010 100101

Color Harmonies of #BB020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB020B

Black with #BB020B

Text Example


Text Example

White with #BB020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB020B; }

 p { color: rgb(187,2,11); }

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

background-color css

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

 a { background-color: rgb(187,2,11); }

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

border-color css

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

 span { border-color: rgb(187,2,11); }

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