Html Css Color HEX #BC3C27 Medium Carmine

📋 copy color: '#BC3C27'

red 188 ◦ green 60 ◦ blue 39

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

Shades of Medium Carmine #BC3C27

Tints of Medium Carmine #BC3C27

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.91%

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

R = 65.51%
G = 20.91%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC3C27 (or 0xBC3C27) is known color: Medium Carmine. HEX triplet: BC, 3C and 27. RGB value is (188,60,39). Sum of RGB (Red+Green+Blue) = 188+60+39=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3C27 is #43C3D8. Grayscale: #606060. Windows color (decimal): -4441049 or 2571452. OLE color: 2571452.

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

Color convert

RGB 188 60 39 -
CMYK 0 0.68 0.79 0.26
HSL 8.46º 0.66% 0.45% -
HSV(B) 8.46º 0.79% 0.74% -
XYZ 22.72 14.07 3.44 -
YUV 95.88 95.91 193.71 -
System Red Green Blue C M Y K H S L
Decimal 188 60 39 0 0.68 0.79 0.26 8.46 0.66 0.45
Hex BC 3C 27 0 44 4F 1A 8 42 2D
Octal 274 74 47 0 104 117 32 10 102 55
Binary 10111100 111100 100111 0 1000100 1001111 11010 1000 1000010 101101

Color Harmonies of #BC3C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3C27

Black with #BC3C27

Text Example


Text Example

White with #BC3C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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