Html Css Color HEX #BC304A Old Rose

📋 copy color: '#BC304A'

red 188 ◦ green 48 ◦ blue 74

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

Shades of Old Rose #BC304A

Tints of Old Rose #BC304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.48%

 BLUE value IS 74 (29.3% from 255) = 23.87%

R = 60.65%
G = 15.48%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC304A (or 0xBC304A) is known color: Old Rose. HEX triplet: BC, 30 and 4A. RGB value is (188,48,74). Sum of RGB (Red+Green+Blue) = 188+48+74=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC304A is #43CFB5. Grayscale: #5C5C5C. Windows color (decimal): -4444086 or 4862140. OLE color: 4862140.

HSL color Cylindrical-coordinate representation of color #BC304A: hue angle of 348.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC304A is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 48 74 -
CMYK 0 0.74 0.61 0.26
HSL 348.86º 0.59% 0.46% -
HSV(B) 348.86º 0.74% 0.74% -
XYZ 23.03 13.3 7.83 -
YUV 92.82 117.38 195.89 -
System Red Green Blue C M Y K H S L
Decimal 188 48 74 0 0.74 0.61 0.26 348.86 0.59 0.46
Hex BC 30 4A 0 4A 3D 1A 15D 3B 2E
Octal 274 60 112 0 112 75 32 535 73 56
Binary 10111100 110000 1001010 0 1001010 111101 11010 101011101 111011 101110

Color Harmonies of #BC304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC304A

Black with #BC304A

Text Example


Text Example

White with #BC304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC304A; }

 p { color: rgb(188,48,74); }

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

background-color css

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

 a { background-color: rgb(188,48,74); }

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

border-color css

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

 span { border-color: rgb(188,48,74); }

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