Html Css Color HEX #BC244F Old Rose

📋 copy color: '#BC244F'

red 188 ◦ green 36 ◦ blue 79

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

Shades of Old Rose #BC244F

Tints of Old Rose #BC244F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.07%

R = 62.05%
G = 11.88%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC244F (or 0xBC244F) is known color: Old Rose. HEX triplet: BC, 24 and 4F. RGB value is (188,36,79). Sum of RGB (Red+Green+Blue) = 188+36+79=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC244F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC244F is #43DBB0. Grayscale: #565656. Windows color (decimal): -4447153 or 5186748. OLE color: 5186748.

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

Color convert

RGB 188 36 79 -
CMYK 0 0.81 0.58 0.26
HSL 343.03º 0.68% 0.44% -
HSV(B) 343.03º 0.81% 0.74% -
XYZ 22.78 12.52 8.61 -
YUV 86.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 188 36 79 0 0.81 0.58 0.26 343.03 0.68 0.44
Hex BC 24 4F 0 51 3A 1A 157 44 2C
Octal 274 44 117 0 121 72 32 527 104 54
Binary 10111100 100100 1001111 0 1010001 111010 11010 101010111 1000100 101100

Color Harmonies of #BC244F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC244F

Black with #BC244F

Text Example


Text Example

White with #BC244F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC244F; }

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

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

background-color css

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

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

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

border-color css

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

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

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