Html Css Color HEX #BC2458 Old Rose

📋 copy color: '#BC2458'

red 188 ◦ green 36 ◦ blue 88

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

Shades of Old Rose #BC2458

Tints of Old Rose #BC2458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.21%

R = 60.26%
G = 11.54%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC2458 (or 0xBC2458) is known color: Old Rose. HEX triplet: BC, 24 and 58. RGB value is (188,36,88). Sum of RGB (Red+Green+Blue) = 188+36+88=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2458 is #43DBA7. Grayscale: #575757. Windows color (decimal): -4447144 or 5776572. OLE color: 5776572.

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

Color convert

RGB 188 36 88 -
CMYK 0 0.81 0.53 0.26
HSL 339.47º 0.68% 0.44% -
HSV(B) 339.47º 0.81% 0.74% -
XYZ 23.13 12.66 10.46 -
YUV 87.38 128.36 199.77 -
System Red Green Blue C M Y K H S L
Decimal 188 36 88 0 0.81 0.53 0.26 339.47 0.68 0.44
Hex BC 24 58 0 51 35 1A 153 44 2C
Octal 274 44 130 0 121 65 32 523 104 54
Binary 10111100 100100 1011000 0 1010001 110101 11010 101010011 1000100 101100

Color Harmonies of #BC2458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2458

Black with #BC2458

Text Example


Text Example

White with #BC2458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2458; }

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

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

background-color css

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

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

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

border-color css

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

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

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