Html Css Color HEX #BC2951 Old Rose

📋 copy color: '#BC2951'

red 188 ◦ green 41 ◦ blue 81

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

Shades of Old Rose #BC2951

Tints of Old Rose #BC2951

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

 BLUE value IS 81 (32.03% from 255) = 26.13%

R = 60.65%
G = 13.23%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC2951 (or 0xBC2951) is known color: Old Rose. HEX triplet: BC, 29 and 51. RGB value is (188,41,81). Sum of RGB (Red+Green+Blue) = 188+41+81=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2951 is #43D6AE. Grayscale: #595959. Windows color (decimal): -4445871 or 5319100. OLE color: 5319100.

HSL color Cylindrical-coordinate representation of color #BC2951: hue angle of 343.67º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2951 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 41 81 -
CMYK 0 0.78 0.57 0.26
HSL 343.67º 0.64% 0.45% -
HSV(B) 343.67º 0.78% 0.74% -
XYZ 23.02 12.87 9.06 -
YUV 89.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 188 41 81 0 0.78 0.57 0.26 343.67 0.64 0.45
Hex BC 29 51 0 4E 39 1A 158 40 2D
Octal 274 51 121 0 116 71 32 530 100 55
Binary 10111100 101001 1010001 0 1001110 111001 11010 101011000 1000000 101101

Color Harmonies of #BC2951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2951

Black with #BC2951

Text Example


Text Example

White with #BC2951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2951; }

 p { color: rgb(188,41,81); }

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

background-color css

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

 a { background-color: rgb(188,41,81); }

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

border-color css

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

 span { border-color: rgb(188,41,81); }

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