Html Css Color HEX #BC3828 Medium Carmine

📋 copy color: '#BC3828'

red 188 ◦ green 56 ◦ blue 40

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

Shades of Medium Carmine #BC3828

Tints of Medium Carmine #BC3828

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.72%

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

R = 66.2%
G = 19.72%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC3828 (or 0xBC3828) is known color: Medium Carmine. HEX triplet: BC, 38 and 28. RGB value is (188,56,40). Sum of RGB (Red+Green+Blue) = 188+56+40=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3828 is #43C7D7. Grayscale: #5D5D5D. Windows color (decimal): -4442072 or 2635964. OLE color: 2635964.

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

Color convert

RGB 188 56 40 -
CMYK 0 0.70 0.79 0.26
HSL 6.49º 0.65% 0.45% -
HSV(B) 6.49º 0.79% 0.74% -
XYZ 22.54 13.67 3.46 -
YUV 93.64 97.73 195.3 -
System Red Green Blue C M Y K H S L
Decimal 188 56 40 0 0.70 0.79 0.26 6.49 0.65 0.45
Hex BC 38 28 0 46 4F 1A 6 41 2D
Octal 274 70 50 0 106 117 32 6 101 55
Binary 10111100 111000 101000 0 1000110 1001111 11010 110 1000001 101101

Color Harmonies of #BC3828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3828

Black with #BC3828

Text Example


Text Example

White with #BC3828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3828; }

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

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

background-color css

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

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

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

border-color css

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

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

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