Html Css Color HEX #BC3C32 Medium Carmine

📋 copy color: '#BC3C32'

red 188 ◦ green 60 ◦ blue 50

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

Shades of Medium Carmine #BC3C32

Tints of Medium Carmine #BC3C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.13%

 BLUE value IS 50 (19.92% from 255) = 16.78%

R = 63.09%
G = 20.13%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC3C32 (or 0xBC3C32) is known color: Medium Carmine. HEX triplet: BC, 3C and 32. RGB value is (188,60,50). Sum of RGB (Red+Green+Blue) = 188+60+50=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3C32 is #43C3CD. Grayscale: #616161. Windows color (decimal): -4441038 or 3292348. OLE color: 3292348.

HSL color Cylindrical-coordinate representation of color #BC3C32: hue angle of 4.35º degrees, saturation: 0.58, 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 #BC3C32 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 60 50 -
CMYK 0 0.68 0.73 0.26
HSL 4.35º 0.58% 0.47% -
HSV(B) 4.35º 0.73% 0.74% -
XYZ 22.93 14.15 4.54 -
YUV 97.13 101.41 192.81 -
System Red Green Blue C M Y K H S L
Decimal 188 60 50 0 0.68 0.73 0.26 4.35 0.58 0.47
Hex BC 3C 32 0 44 49 1A 4 3A 2F
Octal 274 74 62 0 104 111 32 4 72 57
Binary 10111100 111100 110010 0 1000100 1001001 11010 100 111010 101111

Color Harmonies of #BC3C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3C32

Black with #BC3C32

Text Example


Text Example

White with #BC3C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3C32; }

 p { color: rgb(188,60,50); }

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

background-color css

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

 a { background-color: rgb(188,60,50); }

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

border-color css

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

 span { border-color: rgb(188,60,50); }

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