Html Css Color HEX #BC3D34 Medium Carmine

📋 copy color: '#BC3D34'

red 188 ◦ green 61 ◦ blue 52

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

Shades of Medium Carmine #BC3D34

Tints of Medium Carmine #BC3D34

RGB

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

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

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

R = 62.46%
G = 20.27%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC3D34 (or 0xBC3D34) is known color: Medium Carmine. HEX triplet: BC, 3D and 34. RGB value is (188,61,52). Sum of RGB (Red+Green+Blue) = 188+61+52=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D34 is #43C2CB. Grayscale: #626262. Windows color (decimal): -4440780 or 3423676. OLE color: 3423676.

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

Color convert

RGB 188 61 52 -
CMYK 0 0.68 0.72 0.26
HSL 3.97º 0.57% 0.47% -
HSV(B) 3.97º 0.72% 0.74% -
XYZ 23.03 14.28 4.79 -
YUV 97.95 102.08 192.23 -
System Red Green Blue C M Y K H S L
Decimal 188 61 52 0 0.68 0.72 0.26 3.97 0.57 0.47
Hex BC 3D 34 0 44 48 1A 4 39 2F
Octal 274 75 64 0 104 110 32 4 71 57
Binary 10111100 111101 110100 0 1000100 1001000 11010 100 111001 101111

Color Harmonies of #BC3D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D34

Black with #BC3D34

Text Example


Text Example

White with #BC3D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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