Html Css Color HEX #B14831 Medium Carmine

📋 copy color: '#B14831'

red 177 ◦ green 72 ◦ blue 49

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

Shades of Medium Carmine #B14831

Tints of Medium Carmine #B14831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.16%

 BLUE value IS 49 (19.53% from 255) = 16.44%

R = 59.4%
G = 24.16%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B14831 (or 0xB14831) is known color: Medium Carmine. HEX triplet: B1, 48 and 31. RGB value is (177,72,49). Sum of RGB (Red+Green+Blue) = 177+72+49=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B14831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14831 is #4EB7CE. Grayscale: #646464. Windows color (decimal): -5158863 or 3229873. OLE color: 3229873.

HSL color Cylindrical-coordinate representation of color #B14831: hue angle of 10.78º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B14831 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 72 49 -
CMYK 0 0.59 0.72 0.31
HSL 10.78º 0.57% 0.44% -
HSV(B) 10.78º 0.72% 0.69% -
XYZ 21 14.2 4.54 -
YUV 100.77 98.79 182.37 -
System Red Green Blue C M Y K H S L
Decimal 177 72 49 0 0.59 0.72 0.31 10.78 0.57 0.44
Hex B1 48 31 0 3B 48 1F B 39 2C
Octal 261 110 61 0 73 110 37 13 71 54
Binary 10110001 1001000 110001 0 111011 1001000 11111 1011 111001 101100

Color Harmonies of #B14831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14831

Black with #B14831

Text Example


Text Example

White with #B14831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14831; }

 p { color: rgb(177,72,49); }

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

background-color css

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

 a { background-color: rgb(177,72,49); }

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

border-color css

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

 span { border-color: rgb(177,72,49); }

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