Html Css Color HEX #B13736 Medium Carmine

📋 copy color: '#B13736'

red 177 ◦ green 55 ◦ blue 54

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

Shades of Medium Carmine #B13736

Tints of Medium Carmine #B13736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.23%

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

R = 61.89%
G = 19.23%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B13736 (or 0xB13736) is known color: Medium Carmine. HEX triplet: B1, 37 and 36. RGB value is (177,55,54). Sum of RGB (Red+Green+Blue) = 177+55+54=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B13736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13736 is #4EC8C9. Grayscale: #5B5B5B. Windows color (decimal): -5163210 or 3553201. OLE color: 3553201.

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

Color convert

RGB 177 55 54 -
CMYK 0 0.69 0.69 0.31
HSL 0.49º 0.53% 0.45% -
HSV(B) 0.49º 0.69% 0.69% -
XYZ 20.16 12.35 4.81 -
YUV 91.36 106.92 189.08 -
System Red Green Blue C M Y K H S L
Decimal 177 55 54 0 0.69 0.69 0.31 0.49 0.53 0.45
Hex B1 37 36 0 45 45 1F 0 35 2D
Octal 261 67 66 0 105 105 37 0 65 55
Binary 10110001 110111 110110 0 1000101 1000101 11111 0 110101 101101

Color Harmonies of #B13736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13736

Black with #B13736

Text Example


Text Example

White with #B13736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13736; }

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

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

background-color css

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

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

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

border-color css

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

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

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