Html Css Color HEX #BC2555 Old Rose

📋 copy color: '#BC2555'

red 188 ◦ green 37 ◦ blue 85

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

Shades of Old Rose #BC2555

Tints of Old Rose #BC2555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.42%

R = 60.65%
G = 11.94%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC2555 (or 0xBC2555) is known color: Old Rose. HEX triplet: BC, 25 and 55. RGB value is (188,37,85). Sum of RGB (Red+Green+Blue) = 188+37+85=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2555 is #43DAAA. Grayscale: #575757. Windows color (decimal): -4446891 or 5580220. OLE color: 5580220.

HSL color Cylindrical-coordinate representation of color #BC2555: hue angle of 340.93º 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 #BC2555 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 85 -
CMYK 0 0.80 0.55 0.26
HSL 340.93º 0.67% 0.44% -
HSV(B) 340.93º 0.8% 0.74% -
XYZ 23.04 12.67 9.83 -
YUV 87.62 126.53 199.6 -
System Red Green Blue C M Y K H S L
Decimal 188 37 85 0 0.80 0.55 0.26 340.93 0.67 0.44
Hex BC 25 55 0 50 37 1A 155 43 2C
Octal 274 45 125 0 120 67 32 525 103 54
Binary 10111100 100101 1010101 0 1010000 110111 11010 101010101 1000011 101100

Color Harmonies of #BC2555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2555

Black with #BC2555

Text Example


Text Example

White with #BC2555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2555; }

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

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

background-color css

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

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

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

border-color css

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

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

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