Html Css Color HEX #BC2351 Old Rose

📋 copy color: '#BC2351'

red 188 ◦ green 35 ◦ blue 81

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

Shades of Old Rose #BC2351

Tints of Old Rose #BC2351

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.51%

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

R = 61.84%
G = 11.51%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC2351 (or 0xBC2351) is known color: Old Rose. HEX triplet: BC, 23 and 51. RGB value is (188,35,81). Sum of RGB (Red+Green+Blue) = 188+35+81=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2351 is #43DCAE. Grayscale: #555555. Windows color (decimal): -4447407 or 5317564. OLE color: 5317564.

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

Color convert

RGB 188 35 81 -
CMYK 0 0.81 0.57 0.26
HSL 341.96º 0.69% 0.44% -
HSV(B) 341.96º 0.81% 0.74% -
XYZ 22.83 12.49 8.99 -
YUV 85.99 125.19 200.76 -
System Red Green Blue C M Y K H S L
Decimal 188 35 81 0 0.81 0.57 0.26 341.96 0.69 0.44
Hex BC 23 51 0 51 39 1A 156 45 2C
Octal 274 43 121 0 121 71 32 526 105 54
Binary 10111100 100011 1010001 0 1010001 111001 11010 101010110 1000101 101100

Color Harmonies of #BC2351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2351

Black with #BC2351

Text Example


Text Example

White with #BC2351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2351; }

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

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

background-color css

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

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

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

border-color css

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

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

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