Html Css Color HEX #BB2450 Old Rose

📋 copy color: '#BB2450'

red 187 ◦ green 36 ◦ blue 80

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

Shades of Old Rose #BB2450

Tints of Old Rose #BB2450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.4%

R = 61.72%
G = 11.88%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB2450 (or 0xBB2450) is known color: Old Rose. HEX triplet: BB, 24 and 50. RGB value is (187,36,80). Sum of RGB (Red+Green+Blue) = 187+36+80=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2450 is #44DBAF. Grayscale: #565656. Windows color (decimal): -4512688 or 5252283. OLE color: 5252283.

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

Color convert

RGB 187 36 80 -
CMYK 0 0.81 0.57 0.27
HSL 342.52º 0.68% 0.44% -
HSV(B) 342.52º 0.81% 0.73% -
XYZ 22.57 12.41 8.79 -
YUV 86.17 124.53 199.92 -
System Red Green Blue C M Y K H S L
Decimal 187 36 80 0 0.81 0.57 0.27 342.52 0.68 0.44
Hex BB 24 50 0 51 39 1B 157 44 2C
Octal 273 44 120 0 121 71 33 527 104 54
Binary 10111011 100100 1010000 0 1010001 111001 11011 101010111 1000100 101100

Color Harmonies of #BB2450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2450

Black with #BB2450

Text Example


Text Example

White with #BB2450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2450; }

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

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

background-color css

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

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

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

border-color css

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

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

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