Html Css Color HEX #BB0629 Venetian Red

📋 copy color: '#BB0629'

red 187 ◦ green 6 ◦ blue 41

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

Shades of Venetian Red #BB0629

Tints of Venetian Red #BB0629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.56%

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

R = 79.91%
G = 2.56%
B = 17.52%

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

#BB0629 (or 0xBB0629) is known color: Venetian Red. HEX triplet: BB, 06 and 29. RGB value is (187,6,41). Sum of RGB (Red+Green+Blue) = 187+6+41=234 (30% of max value = 765). Red value is 187 (73.44% from 255 or 79.91% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0629 is #44F9D6. Grayscale: #404040. Windows color (decimal): -4520407 or 2688699. OLE color: 2688699.

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

Color convert

RGB 187 6 41 -
CMYK 0 0.97 0.78 0.27
HSL 348.4º 0.94% 0.38% -
HSV(B) 348.4º 0.97% 0.73% -
XYZ 20.96 10.86 3.09 -
YUV 64.11 114.97 215.65 -
System Red Green Blue C M Y K H S L
Decimal 187 6 41 0 0.97 0.78 0.27 348.4 0.94 0.38
Hex BB 6 29 0 61 4E 1B 15C 5E 26
Octal 273 6 51 0 141 116 33 534 136 46
Binary 10111011 110 101001 0 1100001 1001110 11011 101011100 1011110 100110

Color Harmonies of #BB0629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0629

Black with #BB0629

Text Example


Text Example

White with #BB0629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0629; }

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

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

background-color css

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

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

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

border-color css

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

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

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