Html Css Color HEX #BC3352 Old Rose

📋 copy color: '#BC3352'

red 188 ◦ green 51 ◦ blue 82

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

Shades of Old Rose #BC3352

Tints of Old Rose #BC3352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.89%

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

R = 58.57%
G = 15.89%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC3352 (or 0xBC3352) is known color: Old Rose. HEX triplet: BC, 33 and 52. RGB value is (188,51,82). Sum of RGB (Red+Green+Blue) = 188+51+82=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3352 is #43CCAD. Grayscale: #5F5F5F. Windows color (decimal): -4443310 or 5387196. OLE color: 5387196.

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

Color convert

RGB 188 51 82 -
CMYK 0 0.73 0.56 0.26
HSL 346.42º 0.57% 0.47% -
HSV(B) 346.42º 0.73% 0.74% -
XYZ 23.45 13.67 9.39 -
YUV 95.5 120.39 193.98 -
System Red Green Blue C M Y K H S L
Decimal 188 51 82 0 0.73 0.56 0.26 346.42 0.57 0.47
Hex BC 33 52 0 49 38 1A 15A 39 2F
Octal 274 63 122 0 111 70 32 532 71 57
Binary 10111100 110011 1010010 0 1001001 111000 11010 101011010 111001 101111

Color Harmonies of #BC3352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3352

Black with #BC3352

Text Example


Text Example

White with #BC3352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3352; }

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

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

background-color css

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

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

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

border-color css

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

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

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