Html Css Color HEX #BB2949 Old Rose

📋 copy color: '#BB2949'

red 187 ◦ green 41 ◦ blue 73

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

Shades of Old Rose #BB2949

Tints of Old Rose #BB2949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

 BLUE value IS 73 (28.91% from 255) = 24.25%

R = 62.13%
G = 13.62%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB2949 (or 0xBB2949) is known color: Old Rose. HEX triplet: BB, 29 and 49. RGB value is (187,41,73). Sum of RGB (Red+Green+Blue) = 187+41+73=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2949 is #44D6B6. Grayscale: #585858. Windows color (decimal): -4511415 or 4794811. OLE color: 4794811.

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

Color convert

RGB 187 41 73 -
CMYK 0 0.78 0.61 0.27
HSL 346.85º 0.64% 0.45% -
HSV(B) 346.85º 0.78% 0.73% -
XYZ 22.49 12.63 7.56 -
YUV 88.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 187 41 73 0 0.78 0.61 0.27 346.85 0.64 0.45
Hex BB 29 49 0 4E 3D 1B 15B 40 2D
Octal 273 51 111 0 116 75 33 533 100 55
Binary 10111011 101001 1001001 0 1001110 111101 11011 101011011 1000000 101101

Color Harmonies of #BB2949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2949

Black with #BB2949

Text Example


Text Example

White with #BB2949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2949; }

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

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

background-color css

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

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

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

border-color css

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

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

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