Html Css Color HEX #BC3F38 Medium Carmine

📋 copy color: '#BC3F38'

red 188 ◦ green 63 ◦ blue 56

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

Shades of Medium Carmine #BC3F38

Tints of Medium Carmine #BC3F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.24%

R = 61.24%
G = 20.52%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC3F38 (or 0xBC3F38) is known color: Medium Carmine. HEX triplet: BC, 3F and 38. RGB value is (188,63,56). Sum of RGB (Red+Green+Blue) = 188+63+56=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3F38 is #43C0C7. Grayscale: #636363. Windows color (decimal): -4440264 or 3686332. OLE color: 3686332.

HSL color Cylindrical-coordinate representation of color #BC3F38: hue angle of 3.18º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3F38 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 63 56 -
CMYK 0 0.66 0.70 0.26
HSL 3.18º 0.54% 0.48% -
HSV(B) 3.18º 0.7% 0.74% -
XYZ 23.23 14.53 5.32 -
YUV 99.58 103.41 191.07 -
System Red Green Blue C M Y K H S L
Decimal 188 63 56 0 0.66 0.70 0.26 3.18 0.54 0.48
Hex BC 3F 38 0 42 46 1A 3 36 30
Octal 274 77 70 0 102 106 32 3 66 60
Binary 10111100 111111 111000 0 1000010 1000110 11010 11 110110 110000

Color Harmonies of #BC3F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3F38

Black with #BC3F38

Text Example


Text Example

White with #BC3F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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