Html Css Color HEX #BB0020 Venetian Red

📋 copy color: '#BB0020'

red 187 ◦ green 0 ◦ blue 32

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

Shades of Venetian Red #BB0020

Tints of Venetian Red #BB0020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.39%
G = 0%
B = 14.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB0020 (or 0xBB0020) is known color: Venetian Red. HEX triplet: BB, 00 and 20. RGB value is (187,0,32). Sum of RGB (Red+Green+Blue) = 187+0+32=219 (29% of max value = 765). Red value is 187 (73.44% from 255 or 85.39% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0020 is #44FFDF. Grayscale: #3B3B3B. Windows color (decimal): -4521952 or 2097339. OLE color: 2097339.

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

Color convert

RGB 187 0 32 -
CMYK 0 1 0.83 0.27
HSL 349.73º 1% 0.37% -
HSV(B) 349.73º 1% 0.73% -
XYZ 20.75 10.67 2.33 -
YUV 59.56 112.45 218.9 -
System Red Green Blue C M Y K H S L
Decimal 187 0 32 0 1 0.83 0.27 349.73 1 0.37
Hex BB 0 20 0 64 53 1B 15E 64 25
Octal 273 0 40 0 144 123 33 536 144 45
Binary 10111011 0 100000 0 1100100 1010011 11011 101011110 1100100 100101

Color Harmonies of #BB0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0020

Black with #BB0020

Text Example


Text Example

White with #BB0020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0020; }

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

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

background-color css

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

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

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

border-color css

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

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

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