#B13A36

Color #B13A36 Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #B13A36

Tints of Medium Carmine #B13A36

Color information

#B13A36 (or 0xB13A36) is unknown color: approx Medium Carmine. HEX triplet: B1, 3A and 36. RGB value is (177,58,54). Sum of RGB (Red+Green+Blue) = 177+58+54=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13A36 is #4EC5C9. Grayscale: #5D5D5D. Windows color (decimal): -5162442 or 3553969. OLE color: 3553969.

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

Color convert

RGB1775854-
CMYK00.670.690.31
HSL1.95º53.25%45.29%-
HSV(B)1.95º69.49%69.41%-
XYZ20.3112.644.86-
YUV93.12105.92187.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.25%
GREEN value IS 58 (23.05% from 255) = 20.07%
BLUE value IS 54 (21.48% from 255) = 18.69%
R=61.25%
G=20.07%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177585400.670.690.311.9553.2545.29
HexB13A36043451F2352d
Octal261726601031053726555
Binary101100011110101101100100001110001011111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A36; }

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

 H1.HeaderClassName
 {
   color: #B13A36;
 }
 .AnyTagClassName
 {
   color: #B13A36;
 }
</style>
background-color css

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

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

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

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

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

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