Html Css Color HEX #BC3D33 Medium Carmine

📋 copy color: '#BC3D33'

red 188 ◦ green 61 ◦ blue 51

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

Shades of Medium Carmine #BC3D33

Tints of Medium Carmine #BC3D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17%

R = 62.67%
G = 20.33%
B = 17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC3D33 (or 0xBC3D33) is known color: Medium Carmine. HEX triplet: BC, 3D and 33. RGB value is (188,61,51). Sum of RGB (Red+Green+Blue) = 188+61+51=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 51 (20.31% from 255 or 17% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D33 is #43C2CC. Grayscale: #616161. Windows color (decimal): -4440781 or 3358140. OLE color: 3358140.

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

Color convert

RGB 188 61 51 -
CMYK 0 0.68 0.73 0.26
HSL 4.38º 0.57% 0.47% -
HSV(B) 4.38º 0.73% 0.74% -
XYZ 23.01 14.27 4.67 -
YUV 97.83 101.58 192.31 -
System Red Green Blue C M Y K H S L
Decimal 188 61 51 0 0.68 0.73 0.26 4.38 0.57 0.47
Hex BC 3D 33 0 44 49 1A 4 39 2F
Octal 274 75 63 0 104 111 32 4 71 57
Binary 10111100 111101 110011 0 1000100 1001001 11010 100 111001 101111

Color Harmonies of #BC3D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D33

Black with #BC3D33

Text Example


Text Example

White with #BC3D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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