#B13B35

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

Shades of Medium Carmine #B13B35

Tints of Medium Carmine #B13B35

Color information

#B13B35 (or 0xB13B35) is unknown color: approx Medium Carmine. HEX triplet: B1, 3B and 35. RGB value is (177,59,53). Sum of RGB (Red+Green+Blue) = 177+59+53=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13B35 is #4EC4CA. Grayscale: #5D5D5D. Windows color (decimal): -5162187 or 3488689. OLE color: 3488689.

HSL color Cylindrical-coordinate representation of color #B13B35: hue angle of 2.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B13B35 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1775953-
CMYK00.670.700.31
HSL2.9º53.91%45.1%-
HSV(B)2.9º70.06%69.41%-
XYZ20.3412.734.75-
YUV93.6105.09187.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.25%
GREEN value IS 59 (23.44% from 255) = 20.42%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=61.25%
G=20.42%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177595300.670.700.312.953.9145.1
HexB13B35043461F3362d
Octal261736501031063736655
Binary101100011110111101010100001110001101111111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B35; }

 p { color: rgb(177,59,53); }

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

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

 a { background-color: rgb(177,59,53); }

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

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

 span { border-color: rgb(177,59,53); }

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