Html Css Color HEX #BC3546 Old Rose

📋 copy color: '#BC3546'

red 188 ◦ green 53 ◦ blue 70

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

Shades of Old Rose #BC3546

Tints of Old Rose #BC3546

RGB

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

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

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

R = 60.45%
G = 17.04%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC3546 (or 0xBC3546) is known color: Old Rose. HEX triplet: BC, 35 and 46. RGB value is (188,53,70). Sum of RGB (Red+Green+Blue) = 188+53+70=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3546 is #43CAB9. Grayscale: #5F5F5F. Windows color (decimal): -4442810 or 4601276. OLE color: 4601276.

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

Color convert

RGB 188 53 70 -
CMYK 0 0.72 0.63 0.26
HSL 352.44º 0.56% 0.47% -
HSV(B) 352.44º 0.72% 0.74% -
XYZ 23.12 13.68 7.22 -
YUV 95.3 113.73 194.12 -
System Red Green Blue C M Y K H S L
Decimal 188 53 70 0 0.72 0.63 0.26 352.44 0.56 0.47
Hex BC 35 46 0 48 3F 1A 160 38 2F
Octal 274 65 106 0 110 77 32 540 70 57
Binary 10111100 110101 1000110 0 1001000 111111 11010 101100000 111000 101111

Color Harmonies of #BC3546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3546

Black with #BC3546

Text Example


Text Example

White with #BC3546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3546; }

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

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

background-color css

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

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

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

border-color css

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

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

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