Html Css Color HEX #BC1D53 Old Rose

📋 copy color: '#BC1D53'

red 188 ◦ green 29 ◦ blue 83

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

Shades of Old Rose #BC1D53

Tints of Old Rose #BC1D53

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.67%

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

R = 62.67%
G = 9.67%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC1D53 (or 0xBC1D53) is known color: Old Rose. HEX triplet: BC, 1D and 53. RGB value is (188,29,83). Sum of RGB (Red+Green+Blue) = 188+29+83=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1D53 is #43E2AC. Grayscale: #525252. Windows color (decimal): -4448941 or 5447100. OLE color: 5447100.

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

Color convert

RGB 188 29 83 -
CMYK 0 0.85 0.56 0.26
HSL 339.62º 0.73% 0.43% -
HSV(B) 339.62º 0.85% 0.74% -
XYZ 22.74 12.19 9.34 -
YUV 82.7 128.18 203.11 -
System Red Green Blue C M Y K H S L
Decimal 188 29 83 0 0.85 0.56 0.26 339.62 0.73 0.43
Hex BC 1D 53 0 55 38 1A 154 49 2B
Octal 274 35 123 0 125 70 32 524 111 53
Binary 10111100 11101 1010011 0 1010101 111000 11010 101010100 1001001 101011

Color Harmonies of #BC1D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D53

Black with #BC1D53

Text Example


Text Example

White with #BC1D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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