Html Css Color HEX #BC3928 Medium Carmine

📋 copy color: '#BC3928'

red 188 ◦ green 57 ◦ blue 40

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

Shades of Medium Carmine #BC3928

Tints of Medium Carmine #BC3928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20%

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 65.96%
G = 20%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC3928 (or 0xBC3928) is known color: Medium Carmine. HEX triplet: BC, 39 and 28. RGB value is (188,57,40). Sum of RGB (Red+Green+Blue) = 188+57+40=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3928 is #43C6D7. Grayscale: #5E5E5E. Windows color (decimal): -4441816 or 2636220. OLE color: 2636220.

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

Color convert

RGB 188 57 40 -
CMYK 0 0.70 0.79 0.26
HSL 6.89º 0.65% 0.45% -
HSV(B) 6.89º 0.79% 0.74% -
XYZ 22.59 13.77 3.48 -
YUV 94.23 97.4 194.88 -
System Red Green Blue C M Y K H S L
Decimal 188 57 40 0 0.70 0.79 0.26 6.89 0.65 0.45
Hex BC 39 28 0 46 4F 1A 7 41 2D
Octal 274 71 50 0 106 117 32 7 101 55
Binary 10111100 111001 101000 0 1000110 1001111 11010 111 1000001 101101

Color Harmonies of #BC3928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3928

Black with #BC3928

Text Example


Text Example

White with #BC3928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3928; }

 p { color: rgb(188,57,40); }

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

background-color css

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

 a { background-color: rgb(188,57,40); }

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

border-color css

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

 span { border-color: rgb(188,57,40); }

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