Html Css Color HEX #BC314A Old Rose

📋 copy color: '#BC314A'

red 188 ◦ green 49 ◦ blue 74

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

Shades of Old Rose #BC314A

Tints of Old Rose #BC314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.76%

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

R = 60.45%
G = 15.76%
B = 23.79%

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

#BC314A (or 0xBC314A) is known color: Old Rose. HEX triplet: BC, 31 and 4A. RGB value is (188,49,74). Sum of RGB (Red+Green+Blue) = 188+49+74=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC314A is #43CEB5. Grayscale: #5D5D5D. Windows color (decimal): -4443830 or 4862396. OLE color: 4862396.

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

Color convert

RGB 188 49 74 -
CMYK 0 0.74 0.61 0.26
HSL 349.21º 0.59% 0.46% -
HSV(B) 349.21º 0.74% 0.74% -
XYZ 23.07 13.38 7.85 -
YUV 93.41 117.05 195.47 -
System Red Green Blue C M Y K H S L
Decimal 188 49 74 0 0.74 0.61 0.26 349.21 0.59 0.46
Hex BC 31 4A 0 4A 3D 1A 15D 3B 2E
Octal 274 61 112 0 112 75 32 535 73 56
Binary 10111100 110001 1001010 0 1001010 111101 11010 101011101 111011 101110

Color Harmonies of #BC314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC314A

Black with #BC314A

Text Example


Text Example

White with #BC314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC314A; }

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

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

background-color css

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

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

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

border-color css

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

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

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