Html Css Color HEX #BC244E Old Rose

📋 copy color: '#BC244E'

red 188 ◦ green 36 ◦ blue 78

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

Shades of Old Rose #BC244E

Tints of Old Rose #BC244E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.83%

R = 62.25%
G = 11.92%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC244E (or 0xBC244E) is known color: Old Rose. HEX triplet: BC, 24 and 4E. RGB value is (188,36,78). Sum of RGB (Red+Green+Blue) = 188+36+78=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC244E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC244E is #43DBB1. Grayscale: #565656. Windows color (decimal): -4447154 or 5121212. OLE color: 5121212.

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

Color convert

RGB 188 36 78 -
CMYK 0 0.81 0.59 0.26
HSL 343.42º 0.68% 0.44% -
HSV(B) 343.42º 0.81% 0.74% -
XYZ 22.75 12.5 8.42 -
YUV 86.24 123.36 200.58 -
System Red Green Blue C M Y K H S L
Decimal 188 36 78 0 0.81 0.59 0.26 343.42 0.68 0.44
Hex BC 24 4E 0 51 3B 1A 157 44 2C
Octal 274 44 116 0 121 73 32 527 104 54
Binary 10111100 100100 1001110 0 1010001 111011 11010 101010111 1000100 101100

Color Harmonies of #BC244E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC244E

Black with #BC244E

Text Example


Text Example

White with #BC244E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC244E; }

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

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

background-color css

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

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

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

border-color css

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

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

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