Html Css Color HEX #BC4237 Medium Carmine

📋 copy color: '#BC4237'

red 188 ◦ green 66 ◦ blue 55

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

Shades of Medium Carmine #BC4237

Tints of Medium Carmine #BC4237

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.36%

 BLUE value IS 55 (21.88% from 255) = 17.8%

R = 60.84%
G = 21.36%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC4237 (or 0xBC4237) is known color: Medium Carmine. HEX triplet: BC, 42 and 37. RGB value is (188,66,55). Sum of RGB (Red+Green+Blue) = 188+66+55=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4237 is #43BDC8. Grayscale: #656565. Windows color (decimal): -4439497 or 3621564. OLE color: 3621564.

HSL color Cylindrical-coordinate representation of color #BC4237: hue angle of 4.96º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC4237 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 66 55 -
CMYK 0 0.65 0.71 0.26
HSL 4.96º 0.55% 0.48% -
HSV(B) 4.96º 0.71% 0.74% -
XYZ 23.38 14.86 5.25 -
YUV 101.22 101.92 189.89 -
System Red Green Blue C M Y K H S L
Decimal 188 66 55 0 0.65 0.71 0.26 4.96 0.55 0.48
Hex BC 42 37 0 41 47 1A 5 37 30
Octal 274 102 67 0 101 107 32 5 67 60
Binary 10111100 1000010 110111 0 1000001 1000111 11010 101 110111 110000

Color Harmonies of #BC4237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4237

Black with #BC4237

Text Example


Text Example

White with #BC4237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4237; }

 p { color: rgb(188,66,55); }

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

background-color css

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

 a { background-color: rgb(188,66,55); }

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

border-color css

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

 span { border-color: rgb(188,66,55); }

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