Html Css Color HEX #BC3553 Old Rose

📋 copy color: '#BC3553'

red 188 ◦ green 53 ◦ blue 83

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

Shades of Old Rose #BC3553

Tints of Old Rose #BC3553

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.36%

 BLUE value IS 83 (32.81% from 255) = 25.62%

R = 58.02%
G = 16.36%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC3553 (or 0xBC3553) is known color: Old Rose. HEX triplet: BC, 35 and 53. RGB value is (188,53,83). Sum of RGB (Red+Green+Blue) = 188+53+83=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3553 is #43CAAC. Grayscale: #606060. Windows color (decimal): -4442797 or 5453244. OLE color: 5453244.

HSL color Cylindrical-coordinate representation of color #BC3553: hue angle of 346.67º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3553 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 53 83 -
CMYK 0 0.72 0.56 0.26
HSL 346.67º 0.56% 0.47% -
HSV(B) 346.67º 0.72% 0.74% -
XYZ 23.57 13.86 9.62 -
YUV 96.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 188 53 83 0 0.72 0.56 0.26 346.67 0.56 0.47
Hex BC 35 53 0 48 38 1A 15B 38 2F
Octal 274 65 123 0 110 70 32 533 70 57
Binary 10111100 110101 1010011 0 1001000 111000 11010 101011011 111000 101111

Color Harmonies of #BC3553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3553

Black with #BC3553

Text Example


Text Example

White with #BC3553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3553; }

 p { color: rgb(188,53,83); }

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

background-color css

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

 a { background-color: rgb(188,53,83); }

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

border-color css

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

 span { border-color: rgb(188,53,83); }

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