Html Css Color HEX #BC3549 Old Rose

📋 copy color: '#BC3549'

red 188 ◦ green 53 ◦ blue 73

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

Shades of Old Rose #BC3549

Tints of Old Rose #BC3549

RGB

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

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

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

R = 59.87%
G = 16.88%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC3549 (or 0xBC3549) is known color: Old Rose. HEX triplet: BC, 35 and 49. RGB value is (188,53,73). Sum of RGB (Red+Green+Blue) = 188+53+73=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3549 is #43CAB6. Grayscale: #5F5F5F. Windows color (decimal): -4442807 or 4797884. OLE color: 4797884.

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

Color convert

RGB 188 53 73 -
CMYK 0 0.72 0.61 0.26
HSL 351.11º 0.56% 0.47% -
HSV(B) 351.11º 0.72% 0.74% -
XYZ 23.21 13.72 7.73 -
YUV 95.65 115.23 193.87 -
System Red Green Blue C M Y K H S L
Decimal 188 53 73 0 0.72 0.61 0.26 351.11 0.56 0.47
Hex BC 35 49 0 48 3D 1A 15F 38 2F
Octal 274 65 111 0 110 75 32 537 70 57
Binary 10111100 110101 1001001 0 1001000 111101 11010 101011111 111000 101111

Color Harmonies of #BC3549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3549

Black with #BC3549

Text Example


Text Example

White with #BC3549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3549; }

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

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

background-color css

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

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

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

border-color css

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

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

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