Html Css Color HEX #BC2948 Old Rose

📋 copy color: '#BC2948'

red 188 ◦ green 41 ◦ blue 72

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

Shades of Old Rose #BC2948

Tints of Old Rose #BC2948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

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

R = 62.46%
G = 13.62%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC2948 (or 0xBC2948) is known color: Old Rose. HEX triplet: BC, 29 and 48. RGB value is (188,41,72). Sum of RGB (Red+Green+Blue) = 188+41+72=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2948 is #43D6B7. Grayscale: #585858. Windows color (decimal): -4445880 or 4729276. OLE color: 4729276.

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

Color convert

RGB 188 41 72 -
CMYK 0 0.78 0.62 0.26
HSL 347.35º 0.64% 0.45% -
HSV(B) 347.35º 0.78% 0.74% -
XYZ 22.7 12.75 7.39 -
YUV 88.49 118.7 198.98 -
System Red Green Blue C M Y K H S L
Decimal 188 41 72 0 0.78 0.62 0.26 347.35 0.64 0.45
Hex BC 29 48 0 4E 3E 1A 15B 40 2D
Octal 274 51 110 0 116 76 32 533 100 55
Binary 10111100 101001 1001000 0 1001110 111110 11010 101011011 1000000 101101

Color Harmonies of #BC2948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2948

Black with #BC2948

Text Example


Text Example

White with #BC2948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2948; }

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

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

background-color css

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

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

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

border-color css

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

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

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