Html Css Color HEX #BC2B48 Old Rose

📋 copy color: '#BC2B48'

red 188 ◦ green 43 ◦ blue 72

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

Shades of Old Rose #BC2B48

Tints of Old Rose #BC2B48

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.19%

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

R = 62.05%
G = 14.19%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC2B48 (or 0xBC2B48) is known color: Old Rose. HEX triplet: BC, 2B and 48. RGB value is (188,43,72). Sum of RGB (Red+Green+Blue) = 188+43+72=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2B48 is #43D4B7. Grayscale: #595959. Windows color (decimal): -4445368 or 4729788. OLE color: 4729788.

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

Color convert

RGB 188 43 72 -
CMYK 0 0.77 0.62 0.26
HSL 348º 0.63% 0.45% -
HSV(B) 348º 0.77% 0.74% -
XYZ 22.77 12.89 7.42 -
YUV 89.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 188 43 72 0 0.77 0.62 0.26 348 0.63 0.45
Hex BC 2B 48 0 4D 3E 1A 15C 3F 2D
Octal 274 53 110 0 115 76 32 534 77 55
Binary 10111100 101011 1001000 0 1001101 111110 11010 101011100 111111 101101

Color Harmonies of #BC2B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2B48

Black with #BC2B48

Text Example


Text Example

White with #BC2B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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