Html Css Color HEX #BC3E32 Medium Carmine

📋 copy color: '#BC3E32'

red 188 ◦ green 62 ◦ blue 50

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

Shades of Medium Carmine #BC3E32

Tints of Medium Carmine #BC3E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.67%

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

R = 62.67%
G = 20.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC3E32 (or 0xBC3E32) is known color: Medium Carmine. HEX triplet: BC, 3E and 32. RGB value is (188,62,50). Sum of RGB (Red+Green+Blue) = 188+62+50=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E32 is #43C1CD. Grayscale: #626262. Windows color (decimal): -4440526 or 3292860. OLE color: 3292860.

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

Color convert

RGB 188 62 50 -
CMYK 0 0.67 0.73 0.26
HSL 5.22º 0.58% 0.47% -
HSV(B) 5.22º 0.73% 0.74% -
XYZ 23.04 14.37 4.58 -
YUV 98.31 100.74 191.98 -
System Red Green Blue C M Y K H S L
Decimal 188 62 50 0 0.67 0.73 0.26 5.22 0.58 0.47
Hex BC 3E 32 0 43 49 1A 5 3A 2F
Octal 274 76 62 0 103 111 32 5 72 57
Binary 10111100 111110 110010 0 1000011 1001001 11010 101 111010 101111

Color Harmonies of #BC3E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E32

Black with #BC3E32

Text Example


Text Example

White with #BC3E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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