Html Css Color HEX #BC2848 Old Rose

📋 copy color: '#BC2848'

red 188 ◦ green 40 ◦ blue 72

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

Shades of Old Rose #BC2848

Tints of Old Rose #BC2848

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.33%

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

R = 62.67%
G = 13.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC2848 (or 0xBC2848) is known color: Old Rose. HEX triplet: BC, 28 and 48. RGB value is (188,40,72). Sum of RGB (Red+Green+Blue) = 188+40+72=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2848 is #43D7B7. Grayscale: #575757. Windows color (decimal): -4446136 or 4729020. OLE color: 4729020.

HSL color Cylindrical-coordinate representation of color #BC2848: hue angle of 347.03º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2848 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 40 72 -
CMYK 0 0.79 0.62 0.26
HSL 347.03º 0.65% 0.45% -
HSV(B) 347.03º 0.79% 0.74% -
XYZ 22.67 12.68 7.38 -
YUV 87.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 188 40 72 0 0.79 0.62 0.26 347.03 0.65 0.45
Hex BC 28 48 0 4F 3E 1A 15B 41 2D
Octal 274 50 110 0 117 76 32 533 101 55
Binary 10111100 101000 1001000 0 1001111 111110 11010 101011011 1000001 101101

Color Harmonies of #BC2848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2848

Black with #BC2848

Text Example


Text Example

White with #BC2848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2848; }

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

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

background-color css

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

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

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

border-color css

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

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

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