Html Css Color HEX #BB0121 Venetian Red

📋 copy color: '#BB0121'

red 187 ◦ green 1 ◦ blue 33

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

Shades of Venetian Red #BB0121

Tints of Venetian Red #BB0121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 33 (13.28% from 255) = 14.93%

R = 84.62%
G = 0.45%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB0121 (or 0xBB0121) is known color: Venetian Red. HEX triplet: BB, 01 and 21. RGB value is (187,1,33). Sum of RGB (Red+Green+Blue) = 187+1+33=221 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.62% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 33 (13.28% from 255 or 14.93% from 221); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0121 is #44FEDE. Grayscale: #3C3C3C. Windows color (decimal): -4521695 or 2163131. OLE color: 2163131.

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

Color convert

RGB 187 1 33 -
CMYK 0 0.99 0.82 0.27
HSL 349.68º 0.99% 0.37% -
HSV(B) 349.68º 0.99% 0.73% -
XYZ 20.78 10.7 2.41 -
YUV 60.26 112.62 218.4 -
System Red Green Blue C M Y K H S L
Decimal 187 1 33 0 0.99 0.82 0.27 349.68 0.99 0.37
Hex BB 1 21 0 63 52 1B 15E 63 25
Octal 273 1 41 0 143 122 33 536 143 45
Binary 10111011 1 100001 0 1100011 1010010 11011 101011110 1100011 100101

Color Harmonies of #BB0121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0121

Black with #BB0121

Text Example


Text Example

White with #BB0121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0121; }

 p { color: rgb(187,1,33); }

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

background-color css

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

 a { background-color: rgb(187,1,33); }

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

border-color css

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

 span { border-color: rgb(187,1,33); }

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