Html Css Color HEX #B13631 Medium Carmine

📋 copy color: '#B13631'

red 177 ◦ green 54 ◦ blue 49

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

Shades of Medium Carmine #B13631

Tints of Medium Carmine #B13631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.29%

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

R = 63.21%
G = 19.29%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B13631 (or 0xB13631) is known color: Medium Carmine. HEX triplet: B1, 36 and 31. RGB value is (177,54,49). Sum of RGB (Red+Green+Blue) = 177+54+49=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B13631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13631 is #4EC9CE. Grayscale: #5A5A5A. Windows color (decimal): -5163471 or 3225265. OLE color: 3225265.

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

Color convert

RGB 177 54 49 -
CMYK 0 0.69 0.72 0.31
HSL 2.34º 0.57% 0.44% -
HSV(B) 2.34º 0.72% 0.69% -
XYZ 20.01 12.21 4.21 -
YUV 90.21 104.75 189.91 -
System Red Green Blue C M Y K H S L
Decimal 177 54 49 0 0.69 0.72 0.31 2.34 0.57 0.44
Hex B1 36 31 0 45 48 1F 2 39 2C
Octal 261 66 61 0 105 110 37 2 71 54
Binary 10110001 110110 110001 0 1000101 1001000 11111 10 111001 101100

Color Harmonies of #B13631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13631

Black with #B13631

Text Example


Text Example

White with #B13631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13631; }

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

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

background-color css

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

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

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

border-color css

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

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

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