Html Css Color HEX #B14B36 Medium Carmine

📋 copy color: '#B14B36'

red 177 ◦ green 75 ◦ blue 54

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

Shades of Medium Carmine #B14B36

Tints of Medium Carmine #B14B36

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.51%

 BLUE value IS 54 (21.48% from 255) = 17.65%

R = 57.84%
G = 24.51%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B14B36 (or 0xB14B36) is known color: Medium Carmine. HEX triplet: B1, 4B and 36. RGB value is (177,75,54). Sum of RGB (Red+Green+Blue) = 177+75+54=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14B36 is #4EB4C9. Grayscale: #676767. Windows color (decimal): -5158090 or 3558321. OLE color: 3558321.

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

Color convert

RGB 177 75 54 -
CMYK 0 0.58 0.69 0.31
HSL 10.24º 0.53% 0.45% -
HSV(B) 10.24º 0.69% 0.69% -
XYZ 21.31 14.65 5.19 -
YUV 103.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 177 75 54 0 0.58 0.69 0.31 10.24 0.53 0.45
Hex B1 4B 36 0 3A 45 1F A 35 2D
Octal 261 113 66 0 72 105 37 12 65 55
Binary 10110001 1001011 110110 0 111010 1000101 11111 1010 110101 101101

Color Harmonies of #B14B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B36

Black with #B14B36

Text Example


Text Example

White with #B14B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B36; }

 p { color: rgb(177,75,54); }

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

background-color css

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

 a { background-color: rgb(177,75,54); }

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

border-color css

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

 span { border-color: rgb(177,75,54); }

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