Html Css Color HEX #BC3F33 Medium Carmine

📋 copy color: '#BC3F33'

red 188 ◦ green 63 ◦ blue 51

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

Shades of Medium Carmine #BC3F33

Tints of Medium Carmine #BC3F33

RGB

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

 GREEN value IS 63 (25% from 255) = 20.86%

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

R = 62.25%
G = 20.86%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC3F33 (or 0xBC3F33) is known color: Medium Carmine. HEX triplet: BC, 3F and 33. RGB value is (188,63,51). Sum of RGB (Red+Green+Blue) = 188+63+51=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3F33 is #43C0CC. Grayscale: #636363. Windows color (decimal): -4440269 or 3358652. OLE color: 3358652.

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

Color convert

RGB 188 63 51 -
CMYK 0 0.66 0.73 0.26
HSL 5.26º 0.57% 0.47% -
HSV(B) 5.26º 0.73% 0.74% -
XYZ 23.11 14.49 4.71 -
YUV 99.01 100.91 191.48 -
System Red Green Blue C M Y K H S L
Decimal 188 63 51 0 0.66 0.73 0.26 5.26 0.57 0.47
Hex BC 3F 33 0 42 49 1A 5 39 2F
Octal 274 77 63 0 102 111 32 5 71 57
Binary 10111100 111111 110011 0 1000010 1001001 11010 101 111001 101111

Color Harmonies of #BC3F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3F33

Black with #BC3F33

Text Example


Text Example

White with #BC3F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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