Html Css Color HEX #BC2953 Old Rose

📋 copy color: '#BC2953'

red 188 ◦ green 41 ◦ blue 83

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

Shades of Old Rose #BC2953

Tints of Old Rose #BC2953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.6%

R = 60.26%
G = 13.14%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC2953 (or 0xBC2953) is known color: Old Rose. HEX triplet: BC, 29 and 53. RGB value is (188,41,83). Sum of RGB (Red+Green+Blue) = 188+41+83=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2953 is #43D6AC. Grayscale: #595959. Windows color (decimal): -4445869 or 5450172. OLE color: 5450172.

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

Color convert

RGB 188 41 83 -
CMYK 0 0.78 0.56 0.26
HSL 342.86º 0.64% 0.45% -
HSV(B) 342.86º 0.78% 0.74% -
XYZ 23.09 12.9 9.46 -
YUV 89.74 124.2 198.08 -
System Red Green Blue C M Y K H S L
Decimal 188 41 83 0 0.78 0.56 0.26 342.86 0.64 0.45
Hex BC 29 53 0 4E 38 1A 157 40 2D
Octal 274 51 123 0 116 70 32 527 100 55
Binary 10111100 101001 1010011 0 1001110 111000 11010 101010111 1000000 101101

Color Harmonies of #BC2953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2953

Black with #BC2953

Text Example


Text Example

White with #BC2953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2953; }

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

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

background-color css

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

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

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

border-color css

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

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

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