Html Css Color HEX #BC2C46 Old Rose

📋 copy color: '#BC2C46'

red 188 ◦ green 44 ◦ blue 70

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

Shades of Old Rose #BC2C46

Tints of Old Rose #BC2C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.18%

R = 62.25%
G = 14.57%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC2C46 (or 0xBC2C46) is known color: Old Rose. HEX triplet: BC, 2C and 46. RGB value is (188,44,70). Sum of RGB (Red+Green+Blue) = 188+44+70=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2C46 is #43D3B9. Grayscale: #5A5A5A. Windows color (decimal): -4445114 or 4598972. OLE color: 4598972.

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

Color convert

RGB 188 44 70 -
CMYK 0 0.77 0.63 0.26
HSL 349.17º 0.62% 0.45% -
HSV(B) 349.17º 0.77% 0.74% -
XYZ 22.75 12.93 7.09 -
YUV 90.02 116.71 197.89 -
System Red Green Blue C M Y K H S L
Decimal 188 44 70 0 0.77 0.63 0.26 349.17 0.62 0.45
Hex BC 2C 46 0 4D 3F 1A 15D 3E 2D
Octal 274 54 106 0 115 77 32 535 76 55
Binary 10111100 101100 1000110 0 1001101 111111 11010 101011101 111110 101101

Color Harmonies of #BC2C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C46

Black with #BC2C46

Text Example


Text Example

White with #BC2C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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