Html Css Color HEX #BC3452 Old Rose

📋 copy color: '#BC3452'

red 188 ◦ green 52 ◦ blue 82

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

Shades of Old Rose #BC3452

Tints of Old Rose #BC3452

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.15%

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

R = 58.39%
G = 16.15%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC3452 (or 0xBC3452) is known color: Old Rose. HEX triplet: BC, 34 and 52. RGB value is (188,52,82). Sum of RGB (Red+Green+Blue) = 188+52+82=322 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.39% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3452 is #43CBAD. Grayscale: #606060. Windows color (decimal): -4443054 or 5387452. OLE color: 5387452.

HSL color Cylindrical-coordinate representation of color #BC3452: hue angle of 346.76º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3452 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 52 82 -
CMYK 0 0.72 0.56 0.26
HSL 346.76º 0.57% 0.47% -
HSV(B) 346.76º 0.72% 0.74% -
XYZ 23.49 13.76 9.4 -
YUV 96.08 120.06 193.56 -
System Red Green Blue C M Y K H S L
Decimal 188 52 82 0 0.72 0.56 0.26 346.76 0.57 0.47
Hex BC 34 52 0 48 38 1A 15B 39 2F
Octal 274 64 122 0 110 70 32 533 71 57
Binary 10111100 110100 1010010 0 1001000 111000 11010 101011011 111001 101111

Color Harmonies of #BC3452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3452

Black with #BC3452

Text Example


Text Example

White with #BC3452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3452; }

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

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

background-color css

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

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

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

border-color css

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

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

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