Html Css Color HEX #BB2452 Old Rose

📋 copy color: '#BB2452'

red 187 ◦ green 36 ◦ blue 82

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

Shades of Old Rose #BB2452

Tints of Old Rose #BB2452

RGB

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

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

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

R = 61.31%
G = 11.8%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB2452 (or 0xBB2452) is known color: Old Rose. HEX triplet: BB, 24 and 52. RGB value is (187,36,82). Sum of RGB (Red+Green+Blue) = 187+36+82=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2452 is #44DBAD. Grayscale: #565656. Windows color (decimal): -4512686 or 5383355. OLE color: 5383355.

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

Color convert

RGB 187 36 82 -
CMYK 0 0.81 0.56 0.27
HSL 341.72º 0.68% 0.44% -
HSV(B) 341.72º 0.81% 0.73% -
XYZ 22.65 12.44 9.19 -
YUV 86.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 187 36 82 0 0.81 0.56 0.27 341.72 0.68 0.44
Hex BB 24 52 0 51 38 1B 156 44 2C
Octal 273 44 122 0 121 70 33 526 104 54
Binary 10111011 100100 1010010 0 1010001 111000 11011 101010110 1000100 101100

Color Harmonies of #BB2452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2452

Black with #BB2452

Text Example


Text Example

White with #BB2452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2452; }

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

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

background-color css

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

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

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

border-color css

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

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

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