Html Css Color HEX #BB2952 Old Rose

📋 copy color: '#BB2952'

red 187 ◦ green 41 ◦ blue 82

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

Shades of Old Rose #BB2952

Tints of Old Rose #BB2952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 26.45%

R = 60.32%
G = 13.23%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB2952 (or 0xBB2952) is known color: Old Rose. HEX triplet: BB, 29 and 52. RGB value is (187,41,82). Sum of RGB (Red+Green+Blue) = 187+41+82=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2952 is #44D6AD. Grayscale: #595959. Windows color (decimal): -4511406 or 5384635. OLE color: 5384635.

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

Color convert

RGB 187 41 82 -
CMYK 0 0.78 0.56 0.27
HSL 343.15º 0.64% 0.45% -
HSV(B) 343.15º 0.78% 0.73% -
XYZ 22.81 12.76 9.24 -
YUV 89.33 123.87 197.67 -
System Red Green Blue C M Y K H S L
Decimal 187 41 82 0 0.78 0.56 0.27 343.15 0.64 0.45
Hex BB 29 52 0 4E 38 1B 157 40 2D
Octal 273 51 122 0 116 70 33 527 100 55
Binary 10111011 101001 1010010 0 1001110 111000 11011 101010111 1000000 101101

Color Harmonies of #BB2952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2952

Black with #BB2952

Text Example


Text Example

White with #BB2952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2952; }

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

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

background-color css

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

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

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

border-color css

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

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

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