Html Css Color HEX #BC402E Medium Carmine

📋 copy color: '#BC402E'

red 188 ◦ green 64 ◦ blue 46

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

Shades of Medium Carmine #BC402E

Tints of Medium Carmine #BC402E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.48%

 BLUE value IS 46 (18.36% from 255) = 15.44%

R = 63.09%
G = 21.48%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC402E (or 0xBC402E) is known color: Medium Carmine. HEX triplet: BC, 40 and 2E. RGB value is (188,64,46). Sum of RGB (Red+Green+Blue) = 188+64+46=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC402E is #43BFD1. Grayscale: #636363. Windows color (decimal): -4440018 or 3031228. OLE color: 3031228.

HSL color Cylindrical-coordinate representation of color #BC402E: hue angle of 7.61º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC402E is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 64 46 -
CMYK 0 0.66 0.76 0.26
HSL 7.61º 0.61% 0.46% -
HSV(B) 7.61º 0.76% 0.74% -
XYZ 23.07 14.56 4.18 -
YUV 99.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 188 64 46 0 0.66 0.76 0.26 7.61 0.61 0.46
Hex BC 40 2E 0 42 4C 1A 8 3D 2E
Octal 274 100 56 0 102 114 32 10 75 56
Binary 10111100 1000000 101110 0 1000010 1001100 11010 1000 111101 101110

Color Harmonies of #BC402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC402E

Black with #BC402E

Text Example


Text Example

White with #BC402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC402E; }

 p { color: rgb(188,64,46); }

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

background-color css

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

 a { background-color: rgb(188,64,46); }

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

border-color css

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

 span { border-color: rgb(188,64,46); }

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