#B13F3E

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

Shades of Medium Carmine #B13F3E

Tints of Medium Carmine #B13F3E

Color information

#B13F3E (or 0xB13F3E) is unknown color: approx Medium Carmine. HEX triplet: B1, 3F and 3E. RGB value is (177,63,62). Sum of RGB (Red+Green+Blue) = 177+63+62=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13F3E is #4EC0C1. Grayscale: #616161. Windows color (decimal): -5161154 or 4079537. OLE color: 4079537.

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

Color convert

RGB1776362-
CMYK00.640.650.31
HSL0.52º48.12%46.86%-
HSV(B)0.52º64.97%69.41%-
XYZ20.7813.256.02-
YUV96.97108.27185.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.61%
GREEN value IS 63 (25% from 255) = 20.86%
BLUE value IS 62 (24.61% from 255) = 20.53%
R=58.61%
G=20.86%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177636200.640.650.310.5248.1246.86
HexB13F3E040411F1302f
Octal261777601001013716057
Binary10110001111111111110010000001000001111111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13F3E; }

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

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

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

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

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

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

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

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