#B13923

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

Shades of Medium Carmine #B13923

Tints of Medium Carmine #B13923

Color information

#B13923 (or 0xB13923) is unknown color: approx Medium Carmine. HEX triplet: B1, 39 and 23. RGB value is (177,57,35). Sum of RGB (Red+Green+Blue) = 177+57+35=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B13923 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13923 is #4EC6DC. Grayscale: #5A5A5A. Windows color (decimal): -5162717 or 2308529. OLE color: 2308529.

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

Color convert

RGB1775735-
CMYK00.680.800.31
HSL9.3º66.98%41.57%-
HSV(B)9.3º80.23%69.41%-
XYZ19.912.392.93-
YUV90.3796.76189.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.80%
GREEN value IS 57 (22.66% from 255) = 21.19%
BLUE value IS 35 (14.06% from 255) = 13.01%
R=65.80%
G=21.19%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177573500.680.800.319.366.9841.57
HexB13923044501F9432a
Octal26171430104120371110352
Binary101100011110011000110100010010100001111110011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13923; }

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

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

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

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

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

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

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

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