Html Css Color HEX #B14341 Medium Carmine

📋 copy color: '#B14341'

red 177 ◦ green 67 ◦ blue 65

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

Shades of Medium Carmine #B14341

Tints of Medium Carmine #B14341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.68%

 BLUE value IS 65 (25.78% from 255) = 21.04%

R = 57.28%
G = 21.68%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B14341 (or 0xB14341) is known color: Medium Carmine. HEX triplet: B1, 43 and 41. RGB value is (177,67,65). Sum of RGB (Red+Green+Blue) = 177+67+65=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B14341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14341 is #4EBCBE. Grayscale: #636363. Windows color (decimal): -5160127 or 4277169. OLE color: 4277169.

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

Color convert

RGB 177 67 65 -
CMYK 0 0.62 0.63 0.31
HSL 1.07º 0.46% 0.47% -
HSV(B) 1.07º 0.63% 0.69% -
XYZ 21.09 13.74 6.54 -
YUV 99.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 177 67 65 0 0.62 0.63 0.31 1.07 0.46 0.47
Hex B1 43 41 0 3E 3F 1F 1 2E 2F
Octal 261 103 101 0 76 77 37 1 56 57
Binary 10110001 1000011 1000001 0 111110 111111 11111 1 101110 101111

Color Harmonies of #B14341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14341

Black with #B14341

Text Example


Text Example

White with #B14341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14341; }

 p { color: rgb(177,67,65); }

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

background-color css

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

 a { background-color: rgb(177,67,65); }

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

border-color css

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

 span { border-color: rgb(177,67,65); }

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