Html Css Color HEX #BC3D32 Medium Carmine

📋 copy color: '#BC3D32'

red 188 ◦ green 61 ◦ blue 50

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

Shades of Medium Carmine #BC3D32

Tints of Medium Carmine #BC3D32

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.4%

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

R = 62.88%
G = 20.4%
B = 16.72%

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

#BC3D32 (or 0xBC3D32) is known color: Medium Carmine. HEX triplet: BC, 3D and 32. RGB value is (188,61,50). Sum of RGB (Red+Green+Blue) = 188+61+50=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D32 is #43C2CD. Grayscale: #616161. Windows color (decimal): -4440782 or 3292604. OLE color: 3292604.

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

Color convert

RGB 188 61 50 -
CMYK 0 0.68 0.73 0.26
HSL 4.78º 0.58% 0.47% -
HSV(B) 4.78º 0.73% 0.74% -
XYZ 22.98 14.26 4.56 -
YUV 97.72 101.08 192.39 -
System Red Green Blue C M Y K H S L
Decimal 188 61 50 0 0.68 0.73 0.26 4.78 0.58 0.47
Hex BC 3D 32 0 44 49 1A 5 3A 2F
Octal 274 75 62 0 104 111 32 5 72 57
Binary 10111100 111101 110010 0 1000100 1001001 11010 101 111010 101111

Color Harmonies of #BC3D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D32

Black with #BC3D32

Text Example


Text Example

White with #BC3D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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