Html Css Color HEX #BC412F Medium Carmine

📋 copy color: '#BC412F'

red 188 ◦ green 65 ◦ blue 47

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

Shades of Medium Carmine #BC412F

Tints of Medium Carmine #BC412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.67%

 BLUE value IS 47 (18.75% from 255) = 15.67%

R = 62.67%
G = 21.67%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC412F (or 0xBC412F) is known color: Medium Carmine. HEX triplet: BC, 41 and 2F. RGB value is (188,65,47). Sum of RGB (Red+Green+Blue) = 188+65+47=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC412F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC412F is #43BED0. Grayscale: #636363. Windows color (decimal): -4439761 or 3097020. OLE color: 3097020.

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

Color convert

RGB 188 65 47 -
CMYK 0 0.65 0.75 0.26
HSL 7.66º 0.6% 0.46% -
HSV(B) 7.66º 0.75% 0.74% -
XYZ 23.14 14.68 4.3 -
YUV 99.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 188 65 47 0 0.65 0.75 0.26 7.66 0.6 0.46
Hex BC 41 2F 0 41 4B 1A 8 3C 2E
Octal 274 101 57 0 101 113 32 10 74 56
Binary 10111100 1000001 101111 0 1000001 1001011 11010 1000 111100 101110

Color Harmonies of #BC412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC412F

Black with #BC412F

Text Example


Text Example

White with #BC412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC412F; }

 p { color: rgb(188,65,47); }

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

background-color css

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

 a { background-color: rgb(188,65,47); }

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

border-color css

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

 span { border-color: rgb(188,65,47); }

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