Html Css Color HEX #BC314B Old Rose

📋 copy color: '#BC314B'

red 188 ◦ green 49 ◦ blue 75

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

Shades of Old Rose #BC314B

Tints of Old Rose #BC314B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.04%

R = 60.26%
G = 15.71%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC314B (or 0xBC314B) is known color: Old Rose. HEX triplet: BC, 31 and 4B. RGB value is (188,49,75). Sum of RGB (Red+Green+Blue) = 188+49+75=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC314B is #43CEB4. Grayscale: #5D5D5D. Windows color (decimal): -4443829 or 4927932. OLE color: 4927932.

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

Color convert

RGB 188 49 75 -
CMYK 0 0.74 0.60 0.26
HSL 348.78º 0.59% 0.46% -
HSV(B) 348.78º 0.74% 0.74% -
XYZ 23.11 13.4 8.02 -
YUV 93.53 117.55 195.39 -
System Red Green Blue C M Y K H S L
Decimal 188 49 75 0 0.74 0.60 0.26 348.78 0.59 0.46
Hex BC 31 4B 0 4A 3C 1A 15D 3B 2E
Octal 274 61 113 0 112 74 32 535 73 56
Binary 10111100 110001 1001011 0 1001010 111100 11010 101011101 111011 101110

Color Harmonies of #BC314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC314B

Black with #BC314B

Text Example


Text Example

White with #BC314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC314B; }

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

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

background-color css

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

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

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

border-color css

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

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

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