Html Css Color HEX #BC3C28 Medium Carmine

📋 copy color: '#BC3C28'

red 188 ◦ green 60 ◦ blue 40

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

Shades of Medium Carmine #BC3C28

Tints of Medium Carmine #BC3C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 65.28%
G = 20.83%
B = 13.89%

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

#BC3C28 (or 0xBC3C28) is known color: Medium Carmine. HEX triplet: BC, 3C and 28. RGB value is (188,60,40). Sum of RGB (Red+Green+Blue) = 188+60+40=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3C28 is #43C3D7. Grayscale: #606060. Windows color (decimal): -4441048 or 2636988. OLE color: 2636988.

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

Color convert

RGB 188 60 40 -
CMYK 0 0.68 0.79 0.26
HSL 8.11º 0.65% 0.45% -
HSV(B) 8.11º 0.79% 0.74% -
XYZ 22.74 14.08 3.53 -
YUV 95.99 96.41 193.63 -
System Red Green Blue C M Y K H S L
Decimal 188 60 40 0 0.68 0.79 0.26 8.11 0.65 0.45
Hex BC 3C 28 0 44 4F 1A 8 41 2D
Octal 274 74 50 0 104 117 32 10 101 55
Binary 10111100 111100 101000 0 1000100 1001111 11010 1000 1000001 101101

Color Harmonies of #BC3C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3C28

Black with #BC3C28

Text Example


Text Example

White with #BC3C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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