#B13E23

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

Shades of Medium Carmine #B13E23

Tints of Medium Carmine #B13E23

Color information

#B13E23 (or 0xB13E23) is unknown color: approx Medium Carmine. HEX triplet: B1, 3E and 23. RGB value is (177,62,35). Sum of RGB (Red+Green+Blue) = 177+62+35=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13E23 is #4EC1DC. Grayscale: #5D5D5D. Windows color (decimal): -5161437 or 2309809. OLE color: 2309809.

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

Color convert

RGB1776235-
CMYK00.650.800.31
HSL11.41º66.98%41.57%-
HSV(B)11.41º80.23%69.41%-
XYZ20.1612.913.02-
YUV93.3195.1187.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.60%
GREEN value IS 62 (24.61% from 255) = 22.63%
BLUE value IS 35 (14.06% from 255) = 12.77%
R=64.60%
G=22.63%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177623500.650.800.3111.4166.9841.57
HexB13E23041501Fb432a
Octal26176430101120371310352
Binary101100011111101000110100000110100001111110111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13E23; }

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

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

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

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

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

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

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

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