Html Css Color HEX #B14834 Medium Carmine

📋 copy color: '#B14834'

red 177 ◦ green 72 ◦ blue 52

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

Shades of Medium Carmine #B14834

Tints of Medium Carmine #B14834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 58.8%
G = 23.92%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B14834 (or 0xB14834) is known color: Medium Carmine. HEX triplet: B1, 48 and 34. RGB value is (177,72,52). Sum of RGB (Red+Green+Blue) = 177+72+52=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B14834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14834 is #4EB7CB. Grayscale: #656565. Windows color (decimal): -5158860 or 3426481. OLE color: 3426481.

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

Color convert

RGB 177 72 52 -
CMYK 0 0.59 0.71 0.31
HSL 9.6º 0.55% 0.45% -
HSV(B) 9.6º 0.71% 0.69% -
XYZ 21.07 14.23 4.88 -
YUV 101.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 177 72 52 0 0.59 0.71 0.31 9.6 0.55 0.45
Hex B1 48 34 0 3B 47 1F A 37 2D
Octal 261 110 64 0 73 107 37 12 67 55
Binary 10110001 1001000 110100 0 111011 1000111 11111 1010 110111 101101

Color Harmonies of #B14834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14834

Black with #B14834

Text Example


Text Example

White with #B14834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14834; }

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

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

background-color css

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

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

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

border-color css

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

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

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