Html Css Color HEX #BC3250 Old Rose

📋 copy color: '#BC3250'

red 188 ◦ green 50 ◦ blue 80

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

Shades of Old Rose #BC3250

Tints of Old Rose #BC3250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.72%

 BLUE value IS 80 (31.64% from 255) = 25.16%

R = 59.12%
G = 15.72%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC3250 (or 0xBC3250) is known color: Old Rose. HEX triplet: BC, 32 and 50. RGB value is (188,50,80). Sum of RGB (Red+Green+Blue) = 188+50+80=318 (42% of max value = 765). Red value is 188 (73.83% from 255 or 59.12% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3250 is #43CDAF. Grayscale: #5E5E5E. Windows color (decimal): -4443568 or 5255868. OLE color: 5255868.

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

Color convert

RGB 188 50 80 -
CMYK 0 0.73 0.57 0.26
HSL 346.96º 0.58% 0.47% -
HSV(B) 346.96º 0.73% 0.74% -
XYZ 23.33 13.55 8.98 -
YUV 94.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 188 50 80 0 0.73 0.57 0.26 346.96 0.58 0.47
Hex BC 32 50 0 49 39 1A 15B 3A 2F
Octal 274 62 120 0 111 71 32 533 72 57
Binary 10111100 110010 1010000 0 1001001 111001 11010 101011011 111010 101111

Color Harmonies of #BC3250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3250

Black with #BC3250

Text Example


Text Example

White with #BC3250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3250; }

 p { color: rgb(188,50,80); }

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

background-color css

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

 a { background-color: rgb(188,50,80); }

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

border-color css

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

 span { border-color: rgb(188,50,80); }

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