Html Css Color HEX #BC3D2D Medium Carmine

📋 copy color: '#BC3D2D'

red 188 ◦ green 61 ◦ blue 45

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

Shades of Medium Carmine #BC3D2D

Tints of Medium Carmine #BC3D2D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.75%

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 63.95%
G = 20.75%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC3D2D (or 0xBC3D2D) is known color: Medium Carmine. HEX triplet: BC, 3D and 2D. RGB value is (188,61,45). Sum of RGB (Red+Green+Blue) = 188+61+45=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D2D is #43C2D2. Grayscale: #616161. Windows color (decimal): -4440787 or 2964924. OLE color: 2964924.

HSL color Cylindrical-coordinate representation of color #BC3D2D: hue angle of 6.71º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC3D2D is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 61 45 -
CMYK 0 0.68 0.76 0.26
HSL 6.71º 0.61% 0.46% -
HSV(B) 6.71º 0.76% 0.74% -
XYZ 22.88 14.22 4.02 -
YUV 97.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 188 61 45 0 0.68 0.76 0.26 6.71 0.61 0.46
Hex BC 3D 2D 0 44 4C 1A 7 3D 2E
Octal 274 75 55 0 104 114 32 7 75 56
Binary 10111100 111101 101101 0 1000100 1001100 11010 111 111101 101110

Color Harmonies of #BC3D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D2D

Black with #BC3D2D

Text Example


Text Example

White with #BC3D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D2D; }

 p { color: rgb(188,61,45); }

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

background-color css

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

 a { background-color: rgb(188,61,45); }

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

border-color css

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

 span { border-color: rgb(188,61,45); }

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