Html Css Color HEX #B14240 Medium Carmine

📋 copy color: '#B14240'

red 177 ◦ green 66 ◦ blue 64

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

Shades of Medium Carmine #B14240

Tints of Medium Carmine #B14240

RGB

 RED value IS 177 (69.53% from 255) = 57.65%

 GREEN value IS 66 (26.17% from 255) = 21.5%

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 57.65%
G = 21.5%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B14240 (or 0xB14240) is known color: Medium Carmine. HEX triplet: B1, 42 and 40. RGB value is (177,66,64). Sum of RGB (Red+Green+Blue) = 177+66+64=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B14240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14240 is #4EBDBF. Grayscale: #636363. Windows color (decimal): -5160384 or 4211377. OLE color: 4211377.

HSL color Cylindrical-coordinate representation of color #B14240: hue angle of 1.06º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14240 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 66 64 -
CMYK 0 0.63 0.64 0.31
HSL 1.06º 0.47% 0.47% -
HSV(B) 1.06º 0.64% 0.69% -
XYZ 21.01 13.61 6.37 -
YUV 98.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 177 66 64 0 0.63 0.64 0.31 1.06 0.47 0.47
Hex B1 42 40 0 3F 40 1F 1 2F 2F
Octal 261 102 100 0 77 100 37 1 57 57
Binary 10110001 1000010 1000000 0 111111 1000000 11111 1 101111 101111

Color Harmonies of #B14240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14240

Black with #B14240

Text Example


Text Example

White with #B14240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14240; }

 p { color: rgb(177,66,64); }

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

background-color css

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

 a { background-color: rgb(177,66,64); }

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

border-color css

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

 span { border-color: rgb(177,66,64); }

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