Html Css Color HEX #BC3252 Old Rose

📋 copy color: '#BC3252'

red 188 ◦ green 50 ◦ blue 82

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

Shades of Old Rose #BC3252

Tints of Old Rose #BC3252

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

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

R = 58.75%
G = 15.63%
B = 25.63%

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

#BC3252 (or 0xBC3252) is known color: Old Rose. HEX triplet: BC, 32 and 52. RGB value is (188,50,82). Sum of RGB (Red+Green+Blue) = 188+50+82=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3252 is #43CDAD. Grayscale: #5E5E5E. Windows color (decimal): -4443566 or 5386940. OLE color: 5386940.

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

Color convert

RGB 188 50 82 -
CMYK 0 0.73 0.56 0.26
HSL 346.09º 0.58% 0.47% -
HSV(B) 346.09º 0.73% 0.74% -
XYZ 23.4 13.58 9.37 -
YUV 94.91 120.72 194.4 -
System Red Green Blue C M Y K H S L
Decimal 188 50 82 0 0.73 0.56 0.26 346.09 0.58 0.47
Hex BC 32 52 0 49 38 1A 15A 3A 2F
Octal 274 62 122 0 111 70 32 532 72 57
Binary 10111100 110010 1010010 0 1001001 111000 11010 101011010 111010 101111

Color Harmonies of #BC3252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3252

Black with #BC3252

Text Example


Text Example

White with #BC3252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3252; }

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

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

background-color css

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

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

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

border-color css

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

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

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