Html Css Color HEX #BC2552 Old Rose

📋 copy color: '#BC2552'

red 188 ◦ green 37 ◦ blue 82

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

Shades of Old Rose #BC2552

Tints of Old Rose #BC2552

RGB

 RED value IS 188 (73.83% from 255) = 61.24%

 GREEN value IS 37 (14.84% from 255) = 12.05%

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

R = 61.24%
G = 12.05%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC2552 (or 0xBC2552) is known color: Old Rose. HEX triplet: BC, 25 and 52. RGB value is (188,37,82). Sum of RGB (Red+Green+Blue) = 188+37+82=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2552 is #43DAAD. Grayscale: #575757. Windows color (decimal): -4446894 or 5383612. OLE color: 5383612.

HSL color Cylindrical-coordinate representation of color #BC2552: hue angle of 342.12º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2552 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 82 -
CMYK 0 0.80 0.56 0.26
HSL 342.12º 0.67% 0.44% -
HSV(B) 342.12º 0.8% 0.74% -
XYZ 22.92 12.62 9.21 -
YUV 87.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 188 37 82 0 0.80 0.56 0.26 342.12 0.67 0.44
Hex BC 25 52 0 50 38 1A 156 43 2C
Octal 274 45 122 0 120 70 32 526 103 54
Binary 10111100 100101 1010010 0 1010000 111000 11010 101010110 1000011 101100

Color Harmonies of #BC2552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2552

Black with #BC2552

Text Example


Text Example

White with #BC2552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2552; }

 p { color: rgb(188,37,82); }

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

background-color css

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

 a { background-color: rgb(188,37,82); }

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

border-color css

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

 span { border-color: rgb(188,37,82); }

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