Html Css Color HEX #BC3B32 Medium Carmine

📋 copy color: '#BC3B32'

red 188 ◦ green 59 ◦ blue 50

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

Shades of Medium Carmine #BC3B32

Tints of Medium Carmine #BC3B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.87%

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 63.3%
G = 19.87%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC3B32 (or 0xBC3B32) is known color: Medium Carmine. HEX triplet: BC, 3B and 32. RGB value is (188,59,50). Sum of RGB (Red+Green+Blue) = 188+59+50=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3B32 is #43C4CD. Grayscale: #606060. Windows color (decimal): -4441294 or 3292092. OLE color: 3292092.

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

Color convert

RGB 188 59 50 -
CMYK 0 0.69 0.73 0.26
HSL 3.91º 0.58% 0.47% -
HSV(B) 3.91º 0.73% 0.74% -
XYZ 22.88 14.05 4.52 -
YUV 96.55 101.74 193.23 -
System Red Green Blue C M Y K H S L
Decimal 188 59 50 0 0.69 0.73 0.26 3.91 0.58 0.47
Hex BC 3B 32 0 45 49 1A 4 3A 2F
Octal 274 73 62 0 105 111 32 4 72 57
Binary 10111100 111011 110010 0 1000101 1001001 11010 100 111010 101111

Color Harmonies of #BC3B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3B32

Black with #BC3B32

Text Example


Text Example

White with #BC3B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3B32; }

 p { color: rgb(188,59,50); }

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

background-color css

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

 a { background-color: rgb(188,59,50); }

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

border-color css

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

 span { border-color: rgb(188,59,50); }

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