Html Css Color HEX #BC3933 Medium Carmine

📋 copy color: '#BC3933'

red 188 ◦ green 57 ◦ blue 51

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

Shades of Medium Carmine #BC3933

Tints of Medium Carmine #BC3933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.23%

R = 63.51%
G = 19.26%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC3933 (or 0xBC3933) is known color: Medium Carmine. HEX triplet: BC, 39 and 33. RGB value is (188,57,51). Sum of RGB (Red+Green+Blue) = 188+57+51=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3933 is #43C6CC. Grayscale: #5F5F5F. Windows color (decimal): -4441805 or 3357116. OLE color: 3357116.

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

Color convert

RGB 188 57 51 -
CMYK 0 0.70 0.73 0.26
HSL 2.63º 0.57% 0.47% -
HSV(B) 2.63º 0.73% 0.74% -
XYZ 22.8 13.86 4.6 -
YUV 95.49 102.9 193.99 -
System Red Green Blue C M Y K H S L
Decimal 188 57 51 0 0.70 0.73 0.26 2.63 0.57 0.47
Hex BC 39 33 0 46 49 1A 3 39 2F
Octal 274 71 63 0 106 111 32 3 71 57
Binary 10111100 111001 110011 0 1000110 1001001 11010 11 111001 101111

Color Harmonies of #BC3933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3933

Black with #BC3933

Text Example


Text Example

White with #BC3933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3933; }

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

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

background-color css

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

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

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

border-color css

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

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

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