Html Css Color HEX #BC3D37 Medium Carmine

📋 copy color: '#BC3D37'

red 188 ◦ green 61 ◦ blue 55

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

Shades of Medium Carmine #BC3D37

Tints of Medium Carmine #BC3D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.09%

R = 61.84%
G = 20.07%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC3D37 (or 0xBC3D37) is known color: Medium Carmine. HEX triplet: BC, 3D and 37. RGB value is (188,61,55). Sum of RGB (Red+Green+Blue) = 188+61+55=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D37 is #43C2C8. Grayscale: #626262. Windows color (decimal): -4440777 or 3620284. OLE color: 3620284.

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

Color convert

RGB 188 61 55 -
CMYK 0 0.68 0.71 0.26
HSL 2.71º 0.55% 0.48% -
HSV(B) 2.71º 0.71% 0.74% -
XYZ 23.1 14.3 5.16 -
YUV 98.29 103.58 191.99 -
System Red Green Blue C M Y K H S L
Decimal 188 61 55 0 0.68 0.71 0.26 2.71 0.55 0.48
Hex BC 3D 37 0 44 47 1A 3 37 30
Octal 274 75 67 0 104 107 32 3 67 60
Binary 10111100 111101 110111 0 1000100 1000111 11010 11 110111 110000

Color Harmonies of #BC3D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D37

Black with #BC3D37

Text Example


Text Example

White with #BC3D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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