Html Css Color HEX #BC3346 Old Rose

📋 copy color: '#BC3346'

red 188 ◦ green 51 ◦ blue 70

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

Shades of Old Rose #BC3346

Tints of Old Rose #BC3346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.5%

 BLUE value IS 70 (27.73% from 255) = 22.65%

R = 60.84%
G = 16.5%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC3346 (or 0xBC3346) is known color: Old Rose. HEX triplet: BC, 33 and 46. RGB value is (188,51,70). Sum of RGB (Red+Green+Blue) = 188+51+70=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3346 is #43CCB9. Grayscale: #5E5E5E. Windows color (decimal): -4443322 or 4600764. OLE color: 4600764.

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

Color convert

RGB 188 51 70 -
CMYK 0 0.73 0.63 0.26
HSL 351.68º 0.57% 0.47% -
HSV(B) 351.68º 0.73% 0.74% -
XYZ 23.03 13.5 7.19 -
YUV 94.13 114.39 194.96 -
System Red Green Blue C M Y K H S L
Decimal 188 51 70 0 0.73 0.63 0.26 351.68 0.57 0.47
Hex BC 33 46 0 49 3F 1A 160 39 2F
Octal 274 63 106 0 111 77 32 540 71 57
Binary 10111100 110011 1000110 0 1001001 111111 11010 101100000 111001 101111

Color Harmonies of #BC3346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3346

Black with #BC3346

Text Example


Text Example

White with #BC3346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3346; }

 p { color: rgb(188,51,70); }

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

background-color css

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

 a { background-color: rgb(188,51,70); }

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

border-color css

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

 span { border-color: rgb(188,51,70); }

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