Html Css Color HEX #BC3D28 Medium Carmine

📋 copy color: '#BC3D28'

red 188 ◦ green 61 ◦ blue 40

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

Shades of Medium Carmine #BC3D28

Tints of Medium Carmine #BC3D28

RGB

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

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

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

R = 65.05%
G = 21.11%
B = 13.84%

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

#BC3D28 (or 0xBC3D28) is known color: Medium Carmine. HEX triplet: BC, 3D and 28. RGB value is (188,61,40). Sum of RGB (Red+Green+Blue) = 188+61+40=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3D28 is #43C2D7. Grayscale: #606060. Windows color (decimal): -4440792 or 2637244. OLE color: 2637244.

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

Color convert

RGB 188 61 40 -
CMYK 0 0.68 0.79 0.26
HSL 8.51º 0.65% 0.45% -
HSV(B) 8.51º 0.79% 0.74% -
XYZ 22.79 14.18 3.54 -
YUV 96.58 96.08 193.21 -
System Red Green Blue C M Y K H S L
Decimal 188 61 40 0 0.68 0.79 0.26 8.51 0.65 0.45
Hex BC 3D 28 0 44 4F 1A 9 41 2D
Octal 274 75 50 0 104 117 32 11 101 55
Binary 10111100 111101 101000 0 1000100 1001111 11010 1001 1000001 101101

Color Harmonies of #BC3D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3D28

Black with #BC3D28

Text Example


Text Example

White with #BC3D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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