Html Css Color HEX #BC245D Old Rose

📋 copy color: '#BC245D'

red 188 ◦ green 36 ◦ blue 93

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

Shades of Old Rose #BC245D

Tints of Old Rose #BC245D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.34%

R = 59.31%
G = 11.36%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC245D (or 0xBC245D) is known color: Old Rose. HEX triplet: BC, 24 and 5D. RGB value is (188,36,93). Sum of RGB (Red+Green+Blue) = 188+36+93=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC245D is #43DBA2. Grayscale: #575757. Windows color (decimal): -4447139 or 6104252. OLE color: 6104252.

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

Color convert

RGB 188 36 93 -
CMYK 0 0.81 0.51 0.26
HSL 337.5º 0.68% 0.44% -
HSV(B) 337.5º 0.81% 0.74% -
XYZ 23.35 12.74 11.59 -
YUV 87.95 130.86 199.37 -
System Red Green Blue C M Y K H S L
Decimal 188 36 93 0 0.81 0.51 0.26 337.5 0.68 0.44
Hex BC 24 5D 0 51 33 1A 152 44 2C
Octal 274 44 135 0 121 63 32 522 104 54
Binary 10111100 100100 1011101 0 1010001 110011 11010 101010010 1000100 101100

Color Harmonies of #BC245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC245D

Black with #BC245D

Text Example


Text Example

White with #BC245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC245D; }

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

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

background-color css

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

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

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

border-color css

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

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

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