Html Css Color HEX #BC3D29 Medium Carmine

📋 copy color: '#BC3D29'

red 188 ◦ green 61 ◦ blue 41

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

Shades of Medium Carmine #BC3D29

Tints of Medium Carmine #BC3D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.14%

R = 64.83%
G = 21.03%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC3D29 (or 0xBC3D29) is known color: Medium Carmine. HEX triplet: BC, 3D and 29. RGB value is (188,61,41). Sum of RGB (Red+Green+Blue) = 188+61+41=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D29 is #43C2D6. Grayscale: #606060. Windows color (decimal): -4440791 or 2702780. OLE color: 2702780.

HSL color Cylindrical-coordinate representation of color #BC3D29: hue angle of 8.16º degrees, saturation: 0.64, 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 #BC3D29 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 61 41 -
CMYK 0 0.68 0.78 0.26
HSL 8.16º 0.64% 0.45% -
HSV(B) 8.16º 0.78% 0.74% -
XYZ 22.81 14.19 3.63 -
YUV 96.69 96.58 193.13 -
System Red Green Blue C M Y K H S L
Decimal 188 61 41 0 0.68 0.78 0.26 8.16 0.64 0.45
Hex BC 3D 29 0 44 4E 1A 8 40 2D
Octal 274 75 51 0 104 116 32 10 100 55
Binary 10111100 111101 101001 0 1000100 1001110 11010 1000 1000000 101101

Color Harmonies of #BC3D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D29

Black with #BC3D29

Text Example


Text Example

White with #BC3D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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