Html Css Color HEX #BC3248 Old Rose

📋 copy color: '#BC3248'

red 188 ◦ green 50 ◦ blue 72

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

Shades of Old Rose #BC3248

Tints of Old Rose #BC3248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.23%

R = 60.65%
G = 16.13%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC3248 (or 0xBC3248) is known color: Old Rose. HEX triplet: BC, 32 and 48. RGB value is (188,50,72). Sum of RGB (Red+Green+Blue) = 188+50+72=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3248 is #43CDB7. Grayscale: #5D5D5D. Windows color (decimal): -4443576 or 4731580. OLE color: 4731580.

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

Color convert

RGB 188 50 72 -
CMYK 0 0.73 0.62 0.26
HSL 350.43º 0.58% 0.47% -
HSV(B) 350.43º 0.73% 0.74% -
XYZ 23.05 13.44 7.51 -
YUV 93.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 188 50 72 0 0.73 0.62 0.26 350.43 0.58 0.47
Hex BC 32 48 0 49 3E 1A 15E 3A 2F
Octal 274 62 110 0 111 76 32 536 72 57
Binary 10111100 110010 1001000 0 1001001 111110 11010 101011110 111010 101111

Color Harmonies of #BC3248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3248

Black with #BC3248

Text Example


Text Example

White with #BC3248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3248; }

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

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

background-color css

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

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

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

border-color css

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

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

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