#B13E2E

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

Shades of Medium Carmine #B13E2E

Tints of Medium Carmine #B13E2E

Color information

#B13E2E (or 0xB13E2E) is unknown color: approx Medium Carmine. HEX triplet: B1, 3E and 2E. RGB value is (177,62,46). Sum of RGB (Red+Green+Blue) = 177+62+46=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13E2E is #4EC1D1. Grayscale: #5E5E5E. Windows color (decimal): -5161426 or 3030705. OLE color: 3030705.

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

Color convert

RGB1776246-
CMYK00.650.740.31
HSL7.33º58.74%43.73%-
HSV(B)7.33º74.01%69.41%-
XYZ20.3512.994.02-
YUV94.56100.6186.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.11%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=62.11%
G=21.75%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177624600.650.740.317.3358.7443.73
HexB13E2E0414A1F73b2c
Octal261765601011123777354
Binary1011000111111010111001000001100101011111111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E2E; }

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

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

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

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

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

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

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

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