Html Css Color HEX #BC382C Medium Carmine

📋 copy color: '#BC382C'

red 188 ◦ green 56 ◦ blue 44

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

Shades of Medium Carmine #BC382C

Tints of Medium Carmine #BC382C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 65.28%
G = 19.44%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC382C (or 0xBC382C) is known color: Medium Carmine. HEX triplet: BC, 38 and 2C. RGB value is (188,56,44). Sum of RGB (Red+Green+Blue) = 188+56+44=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC382C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC382C is #43C7D3. Grayscale: #5E5E5E. Windows color (decimal): -4442068 or 2898108. OLE color: 2898108.

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

Color convert

RGB 188 56 44 -
CMYK 0 0.70 0.77 0.26
HSL 0.62% 0.45% -
HSV(B) 0.77% 0.74% -
XYZ 22.61 13.7 3.84 -
YUV 94.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 188 56 44 0 0.70 0.77 0.26 5 0.62 0.45
Hex BC 38 2C 0 46 4D 1A 5 3E 2D
Octal 274 70 54 0 106 115 32 5 76 55
Binary 10111100 111000 101100 0 1000110 1001101 11010 101 111110 101101

Color Harmonies of #BC382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC382C

Black with #BC382C

Text Example


Text Example

White with #BC382C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC382C; }

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

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

background-color css

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

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

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

border-color css

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

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

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