Html Css Color HEX #BC3351 Old Rose

📋 copy color: '#BC3351'

red 188 ◦ green 51 ◦ blue 81

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

Shades of Old Rose #BC3351

Tints of Old Rose #BC3351

RGB

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

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

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

R = 58.75%
G = 15.94%
B = 25.31%

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

#BC3351 (or 0xBC3351) is known color: Old Rose. HEX triplet: BC, 33 and 51. RGB value is (188,51,81). Sum of RGB (Red+Green+Blue) = 188+51+81=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3351 is #43CCAE. Grayscale: #5F5F5F. Windows color (decimal): -4443311 or 5321660. OLE color: 5321660.

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

Color convert

RGB 188 51 81 -
CMYK 0 0.73 0.57 0.26
HSL 346.86º 0.57% 0.47% -
HSV(B) 346.86º 0.73% 0.74% -
XYZ 23.41 13.65 9.19 -
YUV 95.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 188 51 81 0 0.73 0.57 0.26 346.86 0.57 0.47
Hex BC 33 51 0 49 39 1A 15B 39 2F
Octal 274 63 121 0 111 71 32 533 71 57
Binary 10111100 110011 1010001 0 1001001 111001 11010 101011011 111001 101111

Color Harmonies of #BC3351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3351

Black with #BC3351

Text Example


Text Example

White with #BC3351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3351; }

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

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

background-color css

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

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

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

border-color css

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

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

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