Html Css Color HEX #BC4132 Medium Carmine

📋 copy color: '#BC4132'

red 188 ◦ green 65 ◦ blue 50

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

Shades of Medium Carmine #BC4132

Tints of Medium Carmine #BC4132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.45%

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

R = 62.05%
G = 21.45%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC4132 (or 0xBC4132) is known color: Medium Carmine. HEX triplet: BC, 41 and 32. RGB value is (188,65,50). Sum of RGB (Red+Green+Blue) = 188+65+50=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4132 is #43BECD. Grayscale: #646464. Windows color (decimal): -4439758 or 3293628. OLE color: 3293628.

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

Color convert

RGB 188 65 50 -
CMYK 0 0.65 0.73 0.26
HSL 6.52º 0.58% 0.47% -
HSV(B) 6.52º 0.73% 0.74% -
XYZ 23.21 14.7 4.63 -
YUV 100.07 99.75 190.72 -
System Red Green Blue C M Y K H S L
Decimal 188 65 50 0 0.65 0.73 0.26 6.52 0.58 0.47
Hex BC 41 32 0 41 49 1A 7 3A 2F
Octal 274 101 62 0 101 111 32 7 72 57
Binary 10111100 1000001 110010 0 1000001 1001001 11010 111 111010 101111

Color Harmonies of #BC4132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4132

Black with #BC4132

Text Example


Text Example

White with #BC4132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4132; }

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

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

background-color css

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

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

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

border-color css

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

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

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