#B13C34

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

Shades of Medium Carmine #B13C34

Tints of Medium Carmine #B13C34

Color information

#B13C34 (or 0xB13C34) is unknown color: approx Medium Carmine. HEX triplet: B1, 3C and 34. RGB value is (177,60,52). Sum of RGB (Red+Green+Blue) = 177+60+52=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13C34 is #4EC3CB. Grayscale: #5E5E5E. Windows color (decimal): -5161932 or 3423409. OLE color: 3423409.

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

Color convert

RGB1776052-
CMYK00.660.710.31
HSL3.84º54.59%44.9%-
HSV(B)3.84º70.62%69.41%-
XYZ20.3712.834.65-
YUV94.07104.26187.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.25%
GREEN value IS 60 (23.83% from 255) = 20.76%
BLUE value IS 52 (20.70% from 255) = 17.99%
R=61.25%
G=20.76%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177605200.660.710.313.8454.5944.9
HexB13C34042471F4372d
Octal261746401021073746755
Binary1011000111110011010001000010100011111111100110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C34; }

 p { color: rgb(177,60,52); }

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

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

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

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

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

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

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