#B13E3E

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

Shades of Medium Carmine #B13E3E

Tints of Medium Carmine #B13E3E

Color information

#B13E3E (or 0xB13E3E) is unknown color: approx Medium Carmine. HEX triplet: B1, 3E and 3E. RGB value is (177,62,62). Sum of RGB (Red+Green+Blue) = 177+62+62=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13E3E is #4EC1C1. Grayscale: #606060. Windows color (decimal): -5161410 or 4079281. OLE color: 4079281.

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

Color convert

RGB1776262-
CMYK00.650.650.31
HSL48.12%46.86%-
HSV(B)64.97%69.41%-
XYZ20.7213.146-
YUV96.38108.6185.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.80%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 62 (24.61% from 255) = 20.60%
R=58.80%
G=20.60%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177626200.650.650.31048.1246.86
HexB13E3E041411F0302f
Octal261767601011013706057
Binary10110001111110111110010000011000001111110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E3E; }

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

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

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

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

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

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

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

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