Html Css Color HEX #BC3A2A Medium Carmine

📋 copy color: '#BC3A2A'

red 188 ◦ green 58 ◦ blue 42

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

Shades of Medium Carmine #BC3A2A

Tints of Medium Carmine #BC3A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.58%

R = 65.28%
G = 20.14%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC3A2A (or 0xBC3A2A) is known color: Medium Carmine. HEX triplet: BC, 3A and 2A. RGB value is (188,58,42). Sum of RGB (Red+Green+Blue) = 188+58+42=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3A2A is #43C5D5. Grayscale: #5F5F5F. Windows color (decimal): -4441558 or 2767548. OLE color: 2767548.

HSL color Cylindrical-coordinate representation of color #BC3A2A: hue angle of 6.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC3A2A is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 58 42 -
CMYK 0 0.69 0.78 0.26
HSL 6.58º 0.63% 0.45% -
HSV(B) 6.58º 0.78% 0.74% -
XYZ 22.67 13.88 3.68 -
YUV 95.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 188 58 42 0 0.69 0.78 0.26 6.58 0.63 0.45
Hex BC 3A 2A 0 45 4E 1A 7 3F 2D
Octal 274 72 52 0 105 116 32 7 77 55
Binary 10111100 111010 101010 0 1000101 1001110 11010 111 111111 101101

Color Harmonies of #BC3A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A2A

Black with #BC3A2A

Text Example


Text Example

White with #BC3A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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