Html Css Color HEX #BC2455 Old Rose

📋 copy color: '#BC2455'

red 188 ◦ green 36 ◦ blue 85

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

Shades of Old Rose #BC2455

Tints of Old Rose #BC2455

RGB

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

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

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

R = 60.84%
G = 11.65%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC2455 (or 0xBC2455) is known color: Old Rose. HEX triplet: BC, 24 and 55. RGB value is (188,36,85). Sum of RGB (Red+Green+Blue) = 188+36+85=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2455 is #43DBAA. Grayscale: #565656. Windows color (decimal): -4447147 or 5579964. OLE color: 5579964.

HSL color Cylindrical-coordinate representation of color #BC2455: hue angle of 340.66º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2455 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 36 85 -
CMYK 0 0.81 0.55 0.26
HSL 340.66º 0.68% 0.44% -
HSV(B) 340.66º 0.81% 0.74% -
XYZ 23.01 12.61 9.82 -
YUV 87.03 126.86 200.02 -
System Red Green Blue C M Y K H S L
Decimal 188 36 85 0 0.81 0.55 0.26 340.66 0.68 0.44
Hex BC 24 55 0 51 37 1A 155 44 2C
Octal 274 44 125 0 121 67 32 525 104 54
Binary 10111100 100100 1010101 0 1010001 110111 11010 101010101 1000100 101100

Color Harmonies of #BC2455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2455

Black with #BC2455

Text Example


Text Example

White with #BC2455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2455; }

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

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

background-color css

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

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

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

border-color css

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

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

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