Html Css Color HEX #BC2545 Old Rose

📋 copy color: '#BC2545'

red 188 ◦ green 37 ◦ blue 69

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

Shades of Old Rose #BC2545

Tints of Old Rose #BC2545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.59%

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 63.95%
G = 12.59%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC2545 (or 0xBC2545) is known color: Old Rose. HEX triplet: BC, 25 and 45. RGB value is (188,37,69). Sum of RGB (Red+Green+Blue) = 188+37+69=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2545 is #43DABA. Grayscale: #555555. Windows color (decimal): -4446907 or 4531644. OLE color: 4531644.

HSL color Cylindrical-coordinate representation of color #BC2545: hue angle of 347.28º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2545 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 37 69 -
CMYK 0 0.80 0.63 0.26
HSL 347.28º 0.67% 0.44% -
HSV(B) 347.28º 0.8% 0.74% -
XYZ 22.47 12.44 6.85 -
YUV 85.8 118.53 200.9 -
System Red Green Blue C M Y K H S L
Decimal 188 37 69 0 0.80 0.63 0.26 347.28 0.67 0.44
Hex BC 25 45 0 50 3F 1A 15B 43 2C
Octal 274 45 105 0 120 77 32 533 103 54
Binary 10111100 100101 1000101 0 1010000 111111 11010 101011011 1000011 101100

Color Harmonies of #BC2545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2545

Black with #BC2545

Text Example


Text Example

White with #BC2545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2545; }

 p { color: rgb(188,37,69); }

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

background-color css

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

 a { background-color: rgb(188,37,69); }

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

border-color css

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

 span { border-color: rgb(188,37,69); }

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