Html Css Color HEX #BC2445 Old Rose

📋 copy color: '#BC2445'

red 188 ◦ green 36 ◦ blue 69

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

Shades of Old Rose #BC2445

Tints of Old Rose #BC2445

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.29%

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

R = 64.16%
G = 12.29%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC2445 (or 0xBC2445) is known color: Old Rose. HEX triplet: BC, 24 and 45. RGB value is (188,36,69). Sum of RGB (Red+Green+Blue) = 188+36+69=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2445 is #43DBBA. Grayscale: #555555. Windows color (decimal): -4447163 or 4531388. OLE color: 4531388.

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

Color convert

RGB 188 36 69 -
CMYK 0 0.81 0.63 0.26
HSL 346.97º 0.68% 0.44% -
HSV(B) 346.97º 0.81% 0.74% -
XYZ 22.44 12.38 6.84 -
YUV 85.21 118.86 201.32 -
System Red Green Blue C M Y K H S L
Decimal 188 36 69 0 0.81 0.63 0.26 346.97 0.68 0.44
Hex BC 24 45 0 51 3F 1A 15B 44 2C
Octal 274 44 105 0 121 77 32 533 104 54
Binary 10111100 100100 1000101 0 1010001 111111 11010 101011011 1000100 101100

Color Harmonies of #BC2445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2445

Black with #BC2445

Text Example


Text Example

White with #BC2445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2445; }

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

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

background-color css

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

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

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

border-color css

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

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

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