Html Css Color HEX #BC2546 Old Rose

📋 copy color: '#BC2546'

red 188 ◦ green 37 ◦ blue 70

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

Shades of Old Rose #BC2546

Tints of Old Rose #BC2546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

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

R = 63.73%
G = 12.54%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC2546 (or 0xBC2546) is known color: Old Rose. HEX triplet: BC, 25 and 46. RGB value is (188,37,70). Sum of RGB (Red+Green+Blue) = 188+37+70=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2546 is #43DAB9. Grayscale: #555555. Windows color (decimal): -4446906 or 4597180. OLE color: 4597180.

HSL color Cylindrical-coordinate representation of color #BC2546: hue angle of 346.89º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2546 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 70 -
CMYK 0 0.80 0.63 0.26
HSL 346.89º 0.67% 0.44% -
HSV(B) 346.89º 0.8% 0.74% -
XYZ 22.51 12.46 7.01 -
YUV 85.91 119.03 200.82 -
System Red Green Blue C M Y K H S L
Decimal 188 37 70 0 0.80 0.63 0.26 346.89 0.67 0.44
Hex BC 25 46 0 50 3F 1A 15B 43 2C
Octal 274 45 106 0 120 77 32 533 103 54
Binary 10111100 100101 1000110 0 1010000 111111 11010 101011011 1000011 101100

Color Harmonies of #BC2546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2546

Black with #BC2546

Text Example


Text Example

White with #BC2546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2546; }

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

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

background-color css

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

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

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

border-color css

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

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

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