#BC3D35

Color #BC3D35 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #BC3D35

Tints of Medium Carmine #BC3D35

Color information

#BC3D35 (or 0xBC3D35) is unknown color: approx Medium Carmine. HEX triplet: BC, 3D and 35. RGB value is (188,61,53). Sum of RGB (Red+Green+Blue) = 188+61+53=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D35 is #43C2CA. Grayscale: #626262. Windows color (decimal): -4440779 or 3489212. OLE color: 3489212.

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

Color convert

RGB1886153-
CMYK00.680.720.26
HSL3.56º56.02%47.25%-
HSV(B)3.56º71.81%73.73%-
XYZ23.0514.294.91-
YUV98.06102.58192.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.25%
GREEN value IS 61 (24.22% from 255) = 20.20%
BLUE value IS 53 (21.09% from 255) = 17.55%
R=62.25%
G=20.20%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188615300.680.720.263.5656.0247.25
HexBC3D35044481A4382f
Octal274756501041103247057
Binary1011110011110111010101000100100100011010100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3D35; }

 p { color: rgb(188,61,53); }

 H1.HeaderClassName
 {
   color: #BC3D35;
 }
 .AnyTagClassName
 {
   color: #BC3D35;
 }
</style>
background-color css

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

 a { background-color: rgb(188,61,53); }

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

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

 span { border-color: rgb(188,61,53); }

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