Html Css Color HEX #BC3349 Old Rose

📋 copy color: '#BC3349'

red 188 ◦ green 51 ◦ blue 73

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

Shades of Old Rose #BC3349

Tints of Old Rose #BC3349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.35%

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

R = 60.26%
G = 16.35%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC3349 (or 0xBC3349) is known color: Old Rose. HEX triplet: BC, 33 and 49. RGB value is (188,51,73). Sum of RGB (Red+Green+Blue) = 188+51+73=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3349 is #43CCB6. Grayscale: #5E5E5E. Windows color (decimal): -4443319 or 4797372. OLE color: 4797372.

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

Color convert

RGB 188 51 73 -
CMYK 0 0.73 0.61 0.26
HSL 350.37º 0.57% 0.47% -
HSV(B) 350.37º 0.73% 0.74% -
XYZ 23.13 13.54 7.7 -
YUV 94.47 115.89 194.71 -
System Red Green Blue C M Y K H S L
Decimal 188 51 73 0 0.73 0.61 0.26 350.37 0.57 0.47
Hex BC 33 49 0 49 3D 1A 15E 39 2F
Octal 274 63 111 0 111 75 32 536 71 57
Binary 10111100 110011 1001001 0 1001001 111101 11010 101011110 111001 101111

Color Harmonies of #BC3349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3349

Black with #BC3349

Text Example


Text Example

White with #BC3349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3349; }

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

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

background-color css

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

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

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

border-color css

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

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

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