Html Css Color HEX #BC3948 Old Rose

📋 copy color: '#BC3948'

red 188 ◦ green 57 ◦ blue 72

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

Shades of Old Rose #BC3948

Tints of Old Rose #BC3948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.98%

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

R = 59.31%
G = 17.98%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC3948 (or 0xBC3948) is known color: Old Rose. HEX triplet: BC, 39 and 48. RGB value is (188,57,72). Sum of RGB (Red+Green+Blue) = 188+57+72=317 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.31% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3948 is #43C6B7. Grayscale: #616161. Windows color (decimal): -4441784 or 4733372. OLE color: 4733372.

HSL color Cylindrical-coordinate representation of color #BC3948: hue angle of 353.13º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3948 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 57 72 -
CMYK 0 0.70 0.62 0.26
HSL 353.13º 0.53% 0.48% -
HSV(B) 353.13º 0.7% 0.74% -
XYZ 23.37 14.09 7.62 -
YUV 97.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 188 57 72 0 0.70 0.62 0.26 353.13 0.53 0.48
Hex BC 39 48 0 46 3E 1A 161 35 30
Octal 274 71 110 0 106 76 32 541 65 60
Binary 10111100 111001 1001000 0 1000110 111110 11010 101100001 110101 110000

Color Harmonies of #BC3948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3948

Black with #BC3948

Text Example


Text Example

White with #BC3948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3948; }

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

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

background-color css

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

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

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

border-color css

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

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

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