Html Css Color HEX #BB0529 Venetian Red

📋 copy color: '#BB0529'

red 187 ◦ green 5 ◦ blue 41

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

Shades of Venetian Red #BB0529

Tints of Venetian Red #BB0529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.15%

 BLUE value IS 41 (16.41% from 255) = 17.6%

R = 80.26%
G = 2.15%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB0529 (or 0xBB0529) is known color: Venetian Red. HEX triplet: BB, 05 and 29. RGB value is (187,5,41). Sum of RGB (Red+Green+Blue) = 187+5+41=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0529 is #44FAD6. Grayscale: #3F3F3F. Windows color (decimal): -4520663 or 2688443. OLE color: 2688443.

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

Color convert

RGB 187 5 41 -
CMYK 0 0.97 0.78 0.27
HSL 348.13º 0.95% 0.38% -
HSV(B) 348.13º 0.97% 0.73% -
XYZ 20.95 10.83 3.08 -
YUV 63.52 115.3 216.07 -
System Red Green Blue C M Y K H S L
Decimal 187 5 41 0 0.97 0.78 0.27 348.13 0.95 0.38
Hex BB 5 29 0 61 4E 1B 15C 5F 26
Octal 273 5 51 0 141 116 33 534 137 46
Binary 10111011 101 101001 0 1100001 1001110 11011 101011100 1011111 100110

Color Harmonies of #BB0529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0529

Black with #BB0529

Text Example


Text Example

White with #BB0529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0529; }

 p { color: rgb(187,5,41); }

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

background-color css

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

 a { background-color: rgb(187,5,41); }

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

border-color css

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

 span { border-color: rgb(187,5,41); }

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