Html Css Color HEX #BC3E29 Medium Carmine

📋 copy color: '#BC3E29'

red 188 ◦ green 62 ◦ blue 41

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

Shades of Medium Carmine #BC3E29

Tints of Medium Carmine #BC3E29

RGB

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

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

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

R = 64.6%
G = 21.31%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC3E29 (or 0xBC3E29) is known color: Medium Carmine. HEX triplet: BC, 3E and 29. RGB value is (188,62,41). Sum of RGB (Red+Green+Blue) = 188+62+41=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E29 is #43C1D6. Grayscale: #616161. Windows color (decimal): -4440535 or 2703036. OLE color: 2703036.

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

Color convert

RGB 188 62 41 -
CMYK 0 0.67 0.78 0.26
HSL 8.57º 0.64% 0.45% -
HSV(B) 8.57º 0.78% 0.74% -
XYZ 22.86 14.3 3.65 -
YUV 97.28 96.24 192.71 -
System Red Green Blue C M Y K H S L
Decimal 188 62 41 0 0.67 0.78 0.26 8.57 0.64 0.45
Hex BC 3E 29 0 43 4E 1A 9 40 2D
Octal 274 76 51 0 103 116 32 11 100 55
Binary 10111100 111110 101001 0 1000011 1001110 11010 1001 1000000 101101

Color Harmonies of #BC3E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E29

Black with #BC3E29

Text Example


Text Example

White with #BC3E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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