#B13E34

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

Shades of Medium Carmine #B13E34

Tints of Medium Carmine #B13E34

Color information

#B13E34 (or 0xB13E34) is unknown color: approx Medium Carmine. HEX triplet: B1, 3E and 34. RGB value is (177,62,52). Sum of RGB (Red+Green+Blue) = 177+62+52=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13E34 is #4EC1CB. Grayscale: #5F5F5F. Windows color (decimal): -5161420 or 3423921. OLE color: 3423921.

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

Color convert

RGB1776252-
CMYK00.650.710.31
HSL4.8º54.59%44.9%-
HSV(B)4.8º70.62%69.41%-
XYZ20.4713.044.69-
YUV95.24103.6186.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.82%
GREEN value IS 62 (24.61% from 255) = 21.31%
BLUE value IS 52 (20.70% from 255) = 17.87%
R=60.82%
G=21.31%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177625200.650.710.314.854.5944.9
HexB13E34041471F5372d
Octal261766401011073756755
Binary1011000111111011010001000001100011111111101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E34; }

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

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

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

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

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

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

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

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