Html Css Color HEX #BB2449 Old Rose

📋 copy color: '#BB2449'

red 187 ◦ green 36 ◦ blue 73

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

Shades of Old Rose #BB2449

Tints of Old Rose #BB2449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.16%

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

R = 63.18%
G = 12.16%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB2449 (or 0xBB2449) is known color: Old Rose. HEX triplet: BB, 24 and 49. RGB value is (187,36,73). Sum of RGB (Red+Green+Blue) = 187+36+73=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2449 is #44DBB6. Grayscale: #555555. Windows color (decimal): -4512695 or 4793531. OLE color: 4793531.

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

Color convert

RGB 187 36 73 -
CMYK 0 0.81 0.61 0.27
HSL 345.3º 0.68% 0.44% -
HSV(B) 345.3º 0.81% 0.73% -
XYZ 22.33 12.31 7.5 -
YUV 85.37 121.03 200.49 -
System Red Green Blue C M Y K H S L
Decimal 187 36 73 0 0.81 0.61 0.27 345.3 0.68 0.44
Hex BB 24 49 0 51 3D 1B 159 44 2C
Octal 273 44 111 0 121 75 33 531 104 54
Binary 10111011 100100 1001001 0 1010001 111101 11011 101011001 1000100 101100

Color Harmonies of #BB2449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2449

Black with #BB2449

Text Example


Text Example

White with #BB2449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2449; }

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

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

background-color css

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

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

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

border-color css

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

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

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