Html Css Color HEX #BC2C4A Old Rose

📋 copy color: '#BC2C4A'

red 188 ◦ green 44 ◦ blue 74

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

Shades of Old Rose #BC2C4A

Tints of Old Rose #BC2C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.18%

R = 61.44%
G = 14.38%
B = 24.18%

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

#BC2C4A (or 0xBC2C4A) is known color: Old Rose. HEX triplet: BC, 2C and 4A. RGB value is (188,44,74). Sum of RGB (Red+Green+Blue) = 188+44+74=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2C4A is #43D3B5. Grayscale: #5A5A5A. Windows color (decimal): -4445110 or 4861116. OLE color: 4861116.

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

Color convert

RGB 188 44 74 -
CMYK 0 0.77 0.61 0.26
HSL 347.5º 0.62% 0.45% -
HSV(B) 347.5º 0.77% 0.74% -
XYZ 22.88 12.99 7.78 -
YUV 90.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 188 44 74 0 0.77 0.61 0.26 347.5 0.62 0.45
Hex BC 2C 4A 0 4D 3D 1A 15C 3E 2D
Octal 274 54 112 0 115 75 32 534 76 55
Binary 10111100 101100 1001010 0 1001101 111101 11010 101011100 111110 101101

Color Harmonies of #BC2C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2C4A

Black with #BC2C4A

Text Example


Text Example

White with #BC2C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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