Html Css Color HEX #B14730 Medium Carmine

📋 copy color: '#B14730'

red 177 ◦ green 71 ◦ blue 48

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

Shades of Medium Carmine #B14730

Tints of Medium Carmine #B14730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

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

R = 59.8%
G = 23.99%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B14730 (or 0xB14730) is known color: Medium Carmine. HEX triplet: B1, 47 and 30. RGB value is (177,71,48). Sum of RGB (Red+Green+Blue) = 177+71+48=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B14730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14730 is #4EB8CF. Grayscale: #646464. Windows color (decimal): -5159120 or 3164081. OLE color: 3164081.

HSL color Cylindrical-coordinate representation of color #B14730: hue angle of 10.7º 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 #B14730 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 71 48 -
CMYK 0 0.60 0.73 0.31
HSL 10.7º 0.57% 0.44% -
HSV(B) 10.7º 0.73% 0.69% -
XYZ 20.92 14.07 4.41 -
YUV 100.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 177 71 48 0 0.60 0.73 0.31 10.7 0.57 0.44
Hex B1 47 30 0 3C 49 1F B 39 2C
Octal 261 107 60 0 74 111 37 13 71 54
Binary 10110001 1000111 110000 0 111100 1001001 11111 1011 111001 101100

Color Harmonies of #B14730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14730

Black with #B14730

Text Example


Text Example

White with #B14730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14730; }

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

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

background-color css

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

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

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

border-color css

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

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

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