Html Css Color HEX #BC3952 Old Rose

📋 copy color: '#BC3952'

red 188 ◦ green 57 ◦ blue 82

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

Shades of Old Rose #BC3952

Tints of Old Rose #BC3952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.08%

R = 57.49%
G = 17.43%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC3952 (or 0xBC3952) is known color: Old Rose. HEX triplet: BC, 39 and 52. RGB value is (188,57,82). Sum of RGB (Red+Green+Blue) = 188+57+82=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3952 is #43C6AD. Grayscale: #636363. Windows color (decimal): -4441774 or 5388732. OLE color: 5388732.

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

Color convert

RGB 188 57 82 -
CMYK 0 0.70 0.56 0.26
HSL 348.55º 0.53% 0.48% -
HSV(B) 348.55º 0.7% 0.74% -
XYZ 23.73 14.23 9.48 -
YUV 99.02 118.4 191.47 -
System Red Green Blue C M Y K H S L
Decimal 188 57 82 0 0.70 0.56 0.26 348.55 0.53 0.48
Hex BC 39 52 0 46 38 1A 15D 35 30
Octal 274 71 122 0 106 70 32 535 65 60
Binary 10111100 111001 1010010 0 1000110 111000 11010 101011101 110101 110000

Color Harmonies of #BC3952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3952

Black with #BC3952

Text Example


Text Example

White with #BC3952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3952; }

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

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

background-color css

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

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

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

border-color css

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

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

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