Html Css Color HEX #BC3935 Medium Carmine

📋 copy color: '#BC3935'

red 188 ◦ green 57 ◦ blue 53

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

Shades of Medium Carmine #BC3935

Tints of Medium Carmine #BC3935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.13%

 BLUE value IS 53 (21.09% from 255) = 17.79%

R = 63.09%
G = 19.13%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC3935 (or 0xBC3935) is known color: Medium Carmine. HEX triplet: BC, 39 and 35. RGB value is (188,57,53). Sum of RGB (Red+Green+Blue) = 188+57+53=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3935 is #43C6CA. Grayscale: #5F5F5F. Windows color (decimal): -4441803 or 3488188. OLE color: 3488188.

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

Color convert

RGB 188 57 53 -
CMYK 0 0.70 0.72 0.26
HSL 1.78º 0.56% 0.47% -
HSV(B) 1.78º 0.72% 0.74% -
XYZ 22.84 13.87 4.84 -
YUV 95.71 103.9 193.83 -
System Red Green Blue C M Y K H S L
Decimal 188 57 53 0 0.70 0.72 0.26 1.78 0.56 0.47
Hex BC 39 35 0 46 48 1A 2 38 2F
Octal 274 71 65 0 106 110 32 2 70 57
Binary 10111100 111001 110101 0 1000110 1001000 11010 10 111000 101111

Color Harmonies of #BC3935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3935

Black with #BC3935

Text Example


Text Example

White with #BC3935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3935; }

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

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

background-color css

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

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

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

border-color css

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

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

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