Html Css Color HEX #BC1450 Old Rose

📋 copy color: '#BC1450'

red 188 ◦ green 20 ◦ blue 80

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

Shades of Old Rose #BC1450

Tints of Old Rose #BC1450

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.94%

 BLUE value IS 80 (31.64% from 255) = 27.78%

R = 65.28%
G = 6.94%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC1450 (or 0xBC1450) is known color: Old Rose. HEX triplet: BC, 14 and 50. RGB value is (188,20,80). Sum of RGB (Red+Green+Blue) = 188+20+80=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1450 is #43EBAF. Grayscale: #4D4D4D. Windows color (decimal): -4451248 or 5248188. OLE color: 5248188.

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

Color convert

RGB 188 20 80 -
CMYK 0 0.89 0.57 0.26
HSL 338.57º 0.81% 0.41% -
HSV(B) 338.57º 0.89% 0.74% -
XYZ 22.44 11.77 8.68 -
YUV 77.07 129.66 207.12 -
System Red Green Blue C M Y K H S L
Decimal 188 20 80 0 0.89 0.57 0.26 338.57 0.81 0.41
Hex BC 14 50 0 59 39 1A 153 51 29
Octal 274 24 120 0 131 71 32 523 121 51
Binary 10111100 10100 1010000 0 1011001 111001 11010 101010011 1010001 101001

Color Harmonies of #BC1450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1450

Black with #BC1450

Text Example


Text Example

White with #BC1450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1450; }

 p { color: rgb(188,20,80); }

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

background-color css

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

 a { background-color: rgb(188,20,80); }

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

border-color css

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

 span { border-color: rgb(188,20,80); }

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