Html Css Color HEX #BC2453 Old Rose

📋 copy color: '#BC2453'

red 188 ◦ green 36 ◦ blue 83

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

Shades of Old Rose #BC2453

Tints of Old Rose #BC2453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.73%

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

R = 61.24%
G = 11.73%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC2453 (or 0xBC2453) is known color: Old Rose. HEX triplet: BC, 24 and 53. RGB value is (188,36,83). Sum of RGB (Red+Green+Blue) = 188+36+83=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2453 is #43DBAC. Grayscale: #565656. Windows color (decimal): -4447149 or 5448892. OLE color: 5448892.

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

Color convert

RGB 188 36 83 -
CMYK 0 0.81 0.56 0.26
HSL 341.45º 0.68% 0.44% -
HSV(B) 341.45º 0.81% 0.74% -
XYZ 22.93 12.58 9.4 -
YUV 86.81 125.86 200.18 -
System Red Green Blue C M Y K H S L
Decimal 188 36 83 0 0.81 0.56 0.26 341.45 0.68 0.44
Hex BC 24 53 0 51 38 1A 155 44 2C
Octal 274 44 123 0 121 70 32 525 104 54
Binary 10111100 100100 1010011 0 1010001 111000 11010 101010101 1000100 101100

Color Harmonies of #BC2453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2453

Black with #BC2453

Text Example


Text Example

White with #BC2453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2453; }

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

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

background-color css

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

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

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

border-color css

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

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

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