Html Css Color HEX #BB0220 Venetian Red

📋 copy color: '#BB0220'

red 187 ◦ green 2 ◦ blue 32

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

Shades of Venetian Red #BB0220

Tints of Venetian Red #BB0220

RGB

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

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

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

R = 84.62%
G = 0.9%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB0220 (or 0xBB0220) is known color: Venetian Red. HEX triplet: BB, 02 and 20. RGB value is (187,2,32). Sum of RGB (Red+Green+Blue) = 187+2+32=221 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.62% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0220 is #44FDDF. Grayscale: #3C3C3C. Windows color (decimal): -4521440 or 2097851. OLE color: 2097851.

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

Color convert

RGB 187 2 32 -
CMYK 0 0.99 0.83 0.27
HSL 350.27º 0.98% 0.37% -
HSV(B) 350.27º 0.99% 0.73% -
XYZ 20.78 10.71 2.34 -
YUV 60.74 111.79 218.06 -
System Red Green Blue C M Y K H S L
Decimal 187 2 32 0 0.99 0.83 0.27 350.27 0.98 0.37
Hex BB 2 20 0 63 53 1B 15E 62 25
Octal 273 2 40 0 143 123 33 536 142 45
Binary 10111011 10 100000 0 1100011 1010011 11011 101011110 1100010 100101

Color Harmonies of #BB0220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0220

Black with #BB0220

Text Example


Text Example

White with #BB0220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0220; }

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

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

background-color css

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

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

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

border-color css

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

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

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