Html Css Color HEX #BC2251 Old Rose

📋 copy color: '#BC2251'

red 188 ◦ green 34 ◦ blue 81

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

Shades of Old Rose #BC2251

Tints of Old Rose #BC2251

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.22%

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

R = 62.05%
G = 11.22%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC2251 (or 0xBC2251) is known color: Old Rose. HEX triplet: BC, 22 and 51. RGB value is (188,34,81). Sum of RGB (Red+Green+Blue) = 188+34+81=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2251 is #43DDAE. Grayscale: #555555. Windows color (decimal): -4447663 or 5317308. OLE color: 5317308.

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

Color convert

RGB 188 34 81 -
CMYK 0 0.82 0.57 0.26
HSL 341.69º 0.69% 0.44% -
HSV(B) 341.69º 0.82% 0.74% -
XYZ 22.8 12.43 8.98 -
YUV 85.4 125.52 201.18 -
System Red Green Blue C M Y K H S L
Decimal 188 34 81 0 0.82 0.57 0.26 341.69 0.69 0.44
Hex BC 22 51 0 52 39 1A 156 45 2C
Octal 274 42 121 0 122 71 32 526 105 54
Binary 10111100 100010 1010001 0 1010010 111001 11010 101010110 1000101 101100

Color Harmonies of #BC2251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2251

Black with #BC2251

Text Example


Text Example

White with #BC2251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2251; }

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

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

background-color css

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

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

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

border-color css

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

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

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