Html Css Color HEX #BC2943 Old Rose

📋 copy color: '#BC2943'

red 188 ◦ green 41 ◦ blue 67

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

Shades of Old Rose #BC2943

Tints of Old Rose #BC2943

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

 BLUE value IS 67 (26.56% from 255) = 22.64%

R = 63.51%
G = 13.85%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC2943 (or 0xBC2943) is known color: Old Rose. HEX triplet: BC, 29 and 43. RGB value is (188,41,67). Sum of RGB (Red+Green+Blue) = 188+41+67=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2943 is #43D6BC. Grayscale: #575757. Windows color (decimal): -4445885 or 4401596. OLE color: 4401596.

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

Color convert

RGB 188 41 67 -
CMYK 0 0.78 0.64 0.26
HSL 349.39º 0.64% 0.45% -
HSV(B) 349.39º 0.78% 0.74% -
XYZ 22.55 12.68 6.57 -
YUV 87.92 116.2 199.39 -
System Red Green Blue C M Y K H S L
Decimal 188 41 67 0 0.78 0.64 0.26 349.39 0.64 0.45
Hex BC 29 43 0 4E 40 1A 15D 40 2D
Octal 274 51 103 0 116 100 32 535 100 55
Binary 10111100 101001 1000011 0 1001110 1000000 11010 101011101 1000000 101101

Color Harmonies of #BC2943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2943

Black with #BC2943

Text Example


Text Example

White with #BC2943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2943; }

 p { color: rgb(188,41,67); }

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

background-color css

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

 a { background-color: rgb(188,41,67); }

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

border-color css

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

 span { border-color: rgb(188,41,67); }

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