Html Css Color HEX #BB0329 Venetian Red

📋 copy color: '#BB0329'

red 187 ◦ green 3 ◦ blue 41

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

Shades of Venetian Red #BB0329

Tints of Venetian Red #BB0329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.3%

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

R = 80.95%
G = 1.3%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB0329 (or 0xBB0329) is known color: Venetian Red. HEX triplet: BB, 03 and 29. RGB value is (187,3,41). Sum of RGB (Red+Green+Blue) = 187+3+41=231 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.95% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 41 (16.41% from 255 or 17.75% from 231); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0329 is #44FCD6. Grayscale: #3E3E3E. Windows color (decimal): -4521175 or 2687931. OLE color: 2687931.

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

Color convert

RGB 187 3 41 -
CMYK 0 0.98 0.78 0.27
HSL 347.61º 0.97% 0.37% -
HSV(B) 347.61º 0.98% 0.73% -
XYZ 20.93 10.79 3.08 -
YUV 62.35 115.96 216.91 -
System Red Green Blue C M Y K H S L
Decimal 187 3 41 0 0.98 0.78 0.27 347.61 0.97 0.37
Hex BB 3 29 0 62 4E 1B 15C 61 25
Octal 273 3 51 0 142 116 33 534 141 45
Binary 10111011 11 101001 0 1100010 1001110 11011 101011100 1100001 100101

Color Harmonies of #BB0329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0329

Black with #BB0329

Text Example


Text Example

White with #BB0329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0329; }

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

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

background-color css

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

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

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

border-color css

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

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

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