Html Css Color HEX #BC2748 Old Rose

📋 copy color: '#BC2748'

red 188 ◦ green 39 ◦ blue 72

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

Shades of Old Rose #BC2748

Tints of Old Rose #BC2748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.04%

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

R = 62.88%
G = 13.04%
B = 24.08%

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

#BC2748 (or 0xBC2748) is known color: Old Rose. HEX triplet: BC, 27 and 48. RGB value is (188,39,72). Sum of RGB (Red+Green+Blue) = 188+39+72=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 72 (28.52% from 255 or 24.08% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2748 is #43D8B7. Grayscale: #575757. Windows color (decimal): -4446392 or 4728764. OLE color: 4728764.

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

Color convert

RGB 188 39 72 -
CMYK 0 0.79 0.62 0.26
HSL 346.71º 0.66% 0.45% -
HSV(B) 346.71º 0.79% 0.74% -
XYZ 22.63 12.61 7.37 -
YUV 87.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 188 39 72 0 0.79 0.62 0.26 346.71 0.66 0.45
Hex BC 27 48 0 4F 3E 1A 15B 42 2D
Octal 274 47 110 0 117 76 32 533 102 55
Binary 10111100 100111 1001000 0 1001111 111110 11010 101011011 1000010 101101

Color Harmonies of #BC2748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2748

Black with #BC2748

Text Example


Text Example

White with #BC2748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2748; }

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

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

background-color css

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

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

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

border-color css

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

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

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