Html Css Color HEX #BC2448 Old Rose

📋 copy color: '#BC2448'

red 188 ◦ green 36 ◦ blue 72

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

Shades of Old Rose #BC2448

Tints of Old Rose #BC2448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.32%

R = 63.51%
G = 12.16%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC2448 (or 0xBC2448) is known color: Old Rose. HEX triplet: BC, 24 and 48. RGB value is (188,36,72). Sum of RGB (Red+Green+Blue) = 188+36+72=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2448 is #43DBB7. Grayscale: #555555. Windows color (decimal): -4447160 or 4727996. OLE color: 4727996.

HSL color Cylindrical-coordinate representation of color #BC2448: hue angle of 345.79º 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 #BC2448 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 36 72 -
CMYK 0 0.81 0.62 0.26
HSL 345.79º 0.68% 0.44% -
HSV(B) 345.79º 0.81% 0.74% -
XYZ 22.54 12.42 7.34 -
YUV 85.55 120.36 201.07 -
System Red Green Blue C M Y K H S L
Decimal 188 36 72 0 0.81 0.62 0.26 345.79 0.68 0.44
Hex BC 24 48 0 51 3E 1A 15A 44 2C
Octal 274 44 110 0 121 76 32 532 104 54
Binary 10111100 100100 1001000 0 1010001 111110 11010 101011010 1000100 101100

Color Harmonies of #BC2448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2448

Black with #BC2448

Text Example


Text Example

White with #BC2448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2448; }

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

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

background-color css

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

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

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

border-color css

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

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

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