Html Css Color HEX #BC3E27 Medium Carmine

📋 copy color: '#BC3E27'

red 188 ◦ green 62 ◦ blue 39

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

Shades of Medium Carmine #BC3E27

Tints of Medium Carmine #BC3E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.49%

R = 65.05%
G = 21.45%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC3E27 (or 0xBC3E27) is known color: Medium Carmine. HEX triplet: BC, 3E and 27. RGB value is (188,62,39). Sum of RGB (Red+Green+Blue) = 188+62+39=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3E27 is #43C1D8. Grayscale: #616161. Windows color (decimal): -4440537 or 2571964. OLE color: 2571964.

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

Color convert

RGB 188 62 39 -
CMYK 0 0.67 0.79 0.26
HSL 9.26º 0.66% 0.45% -
HSV(B) 9.26º 0.79% 0.74% -
XYZ 22.83 14.28 3.47 -
YUV 97.05 95.24 192.87 -
System Red Green Blue C M Y K H S L
Decimal 188 62 39 0 0.67 0.79 0.26 9.26 0.66 0.45
Hex BC 3E 27 0 43 4F 1A 9 42 2D
Octal 274 76 47 0 103 117 32 11 102 55
Binary 10111100 111110 100111 0 1000011 1001111 11010 1001 1000010 101101

Color Harmonies of #BC3E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E27

Black with #BC3E27

Text Example


Text Example

White with #BC3E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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