Html Css Color HEX #B14830 Medium Carmine

📋 copy color: '#B14830'

red 177 ◦ green 72 ◦ blue 48

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

Shades of Medium Carmine #B14830

Tints of Medium Carmine #B14830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.16%

R = 59.6%
G = 24.24%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B14830 (or 0xB14830) is known color: Medium Carmine. HEX triplet: B1, 48 and 30. RGB value is (177,72,48). Sum of RGB (Red+Green+Blue) = 177+72+48=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B14830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14830 is #4EB7CF. Grayscale: #646464. Windows color (decimal): -5158864 or 3164337. OLE color: 3164337.

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

Color convert

RGB 177 72 48 -
CMYK 0 0.59 0.73 0.31
HSL 11.16º 0.57% 0.44% -
HSV(B) 11.16º 0.73% 0.69% -
XYZ 20.98 14.2 4.43 -
YUV 100.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 177 72 48 0 0.59 0.73 0.31 11.16 0.57 0.44
Hex B1 48 30 0 3B 49 1F B 39 2C
Octal 261 110 60 0 73 111 37 13 71 54
Binary 10110001 1001000 110000 0 111011 1001001 11111 1011 111001 101100

Color Harmonies of #B14830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14830

Black with #B14830

Text Example


Text Example

White with #B14830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14830; }

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

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

background-color css

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

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

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

border-color css

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

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

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