Html Css Color HEX #BC3A32 Medium Carmine

📋 copy color: '#BC3A32'

red 188 ◦ green 58 ◦ blue 50

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

Shades of Medium Carmine #BC3A32

Tints of Medium Carmine #BC3A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.59%

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

R = 63.51%
G = 19.59%
B = 16.89%

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

#BC3A32 (or 0xBC3A32) is known color: Medium Carmine. HEX triplet: BC, 3A and 32. RGB value is (188,58,50). Sum of RGB (Red+Green+Blue) = 188+58+50=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A32 is #43C5CD. Grayscale: #606060. Windows color (decimal): -4441550 or 3291836. OLE color: 3291836.

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

Color convert

RGB 188 58 50 -
CMYK 0 0.69 0.73 0.26
HSL 3.48º 0.58% 0.47% -
HSV(B) 3.48º 0.73% 0.74% -
XYZ 22.83 13.95 4.51 -
YUV 95.96 102.07 193.65 -
System Red Green Blue C M Y K H S L
Decimal 188 58 50 0 0.69 0.73 0.26 3.48 0.58 0.47
Hex BC 3A 32 0 45 49 1A 3 3A 2F
Octal 274 72 62 0 105 111 32 3 72 57
Binary 10111100 111010 110010 0 1000101 1001001 11010 11 111010 101111

Color Harmonies of #BC3A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A32

Black with #BC3A32

Text Example


Text Example

White with #BC3A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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