Html Css Color HEX #BC2C49 Old Rose

📋 copy color: '#BC2C49'

red 188 ◦ green 44 ◦ blue 73

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

Shades of Old Rose #BC2C49

Tints of Old Rose #BC2C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.43%

 BLUE value IS 73 (28.91% from 255) = 23.93%

R = 61.64%
G = 14.43%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC2C49 (or 0xBC2C49) is known color: Old Rose. HEX triplet: BC, 2C and 49. RGB value is (188,44,73). Sum of RGB (Red+Green+Blue) = 188+44+73=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2C49 is #43D3B6. Grayscale: #5A5A5A. Windows color (decimal): -4445111 or 4795580. OLE color: 4795580.

HSL color Cylindrical-coordinate representation of color #BC2C49: hue angle of 347.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2C49 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 44 73 -
CMYK 0 0.77 0.61 0.26
HSL 347.92º 0.62% 0.45% -
HSV(B) 347.92º 0.77% 0.74% -
XYZ 22.84 12.97 7.6 -
YUV 90.36 118.21 197.64 -
System Red Green Blue C M Y K H S L
Decimal 188 44 73 0 0.77 0.61 0.26 347.92 0.62 0.45
Hex BC 2C 49 0 4D 3D 1A 15C 3E 2D
Octal 274 54 111 0 115 75 32 534 76 55
Binary 10111100 101100 1001001 0 1001101 111101 11010 101011100 111110 101101

Color Harmonies of #BC2C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C49

Black with #BC2C49

Text Example


Text Example

White with #BC2C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C49; }

 p { color: rgb(188,44,73); }

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

background-color css

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

 a { background-color: rgb(188,44,73); }

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

border-color css

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

 span { border-color: rgb(188,44,73); }

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