Html Css Color HEX #BC3E33 Medium Carmine

📋 copy color: '#BC3E33'

red 188 ◦ green 62 ◦ blue 51

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

Shades of Medium Carmine #BC3E33

Tints of Medium Carmine #BC3E33

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.6%

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

R = 62.46%
G = 20.6%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC3E33 (or 0xBC3E33) is known color: Medium Carmine. HEX triplet: BC, 3E and 33. RGB value is (188,62,51). Sum of RGB (Red+Green+Blue) = 188+62+51=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E33 is #43C1CC. Grayscale: #626262. Windows color (decimal): -4440525 or 3358396. OLE color: 3358396.

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

Color convert

RGB 188 62 51 -
CMYK 0 0.67 0.73 0.26
HSL 4.82º 0.57% 0.47% -
HSV(B) 4.82º 0.73% 0.74% -
XYZ 23.06 14.38 4.69 -
YUV 98.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 188 62 51 0 0.67 0.73 0.26 4.82 0.57 0.47
Hex BC 3E 33 0 43 49 1A 5 39 2F
Octal 274 76 63 0 103 111 32 5 71 57
Binary 10111100 111110 110011 0 1000011 1001001 11010 101 111001 101111

Color Harmonies of #BC3E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E33

Black with #BC3E33

Text Example


Text Example

White with #BC3E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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