Html Css Color HEX #BC3350 Old Rose

📋 copy color: '#BC3350'

red 188 ◦ green 51 ◦ blue 80

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

Shades of Old Rose #BC3350

Tints of Old Rose #BC3350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.99%

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

R = 58.93%
G = 15.99%
B = 25.08%

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

#BC3350 (or 0xBC3350) is known color: Old Rose. HEX triplet: BC, 33 and 50. RGB value is (188,51,80). Sum of RGB (Red+Green+Blue) = 188+51+80=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3350 is #43CCAF. Grayscale: #5F5F5F. Windows color (decimal): -4443312 or 5256124. OLE color: 5256124.

HSL color Cylindrical-coordinate representation of color #BC3350: hue angle of 347.3º degrees, saturation: 0.57, 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 #BC3350 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 51 80 -
CMYK 0 0.73 0.57 0.26
HSL 347.3º 0.57% 0.47% -
HSV(B) 347.3º 0.73% 0.74% -
XYZ 23.37 13.64 8.99 -
YUV 95.27 119.39 194.14 -
System Red Green Blue C M Y K H S L
Decimal 188 51 80 0 0.73 0.57 0.26 347.3 0.57 0.47
Hex BC 33 50 0 49 39 1A 15B 39 2F
Octal 274 63 120 0 111 71 32 533 71 57
Binary 10111100 110011 1010000 0 1001001 111001 11010 101011011 111001 101111

Color Harmonies of #BC3350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3350

Black with #BC3350

Text Example


Text Example

White with #BC3350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3350; }

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

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

background-color css

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

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

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

border-color css

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

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

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