Html Css Color HEX #BC3F34 Medium Carmine

📋 copy color: '#BC3F34'

red 188 ◦ green 63 ◦ blue 52

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

Shades of Medium Carmine #BC3F34

Tints of Medium Carmine #BC3F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.16%

R = 62.05%
G = 20.79%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC3F34 (or 0xBC3F34) is known color: Medium Carmine. HEX triplet: BC, 3F and 34. RGB value is (188,63,52). Sum of RGB (Red+Green+Blue) = 188+63+52=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3F34 is #43C0CB. Grayscale: #636363. Windows color (decimal): -4440268 or 3424188. OLE color: 3424188.

HSL color Cylindrical-coordinate representation of color #BC3F34: hue angle of 4.85º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3F34 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 63 52 -
CMYK 0 0.66 0.72 0.26
HSL 4.85º 0.57% 0.47% -
HSV(B) 4.85º 0.72% 0.74% -
XYZ 23.14 14.49 4.83 -
YUV 99.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 188 63 52 0 0.66 0.72 0.26 4.85 0.57 0.47
Hex BC 3F 34 0 42 48 1A 5 39 2F
Octal 274 77 64 0 102 110 32 5 71 57
Binary 10111100 111111 110100 0 1000010 1001000 11010 101 111001 101111

Color Harmonies of #BC3F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3F34

Black with #BC3F34

Text Example


Text Example

White with #BC3F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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