#B13A2C

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

Shades of Medium Carmine #B13A2C

Tints of Medium Carmine #B13A2C

Color information

#B13A2C (or 0xB13A2C) is unknown color: approx Medium Carmine. HEX triplet: B1, 3A and 2C. RGB value is (177,58,44). Sum of RGB (Red+Green+Blue) = 177+58+44=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13A2C is #4EC5D3. Grayscale: #5C5C5C. Windows color (decimal): -5162452 or 2898609. OLE color: 2898609.

HSL color Cylindrical-coordinate representation of color #B13A2C: hue angle of 6.32º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B13A2C is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1775844-
CMYK00.670.750.31
HSL6.32º60.18%43.33%-
HSV(B)6.32º75.14%69.41%-
XYZ20.112.563.75-
YUV91.98100.92188.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.44%
GREEN value IS 58 (23.05% from 255) = 20.79%
BLUE value IS 44 (17.58% from 255) = 15.77%
R=63.44%
G=20.79%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177584400.670.750.316.3260.1843.33
HexB13A2C0434B1F63c2b
Octal261725401031133767453
Binary1011000111101010110001000011100101111111110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13A2C; }

 p { color: rgb(177,58,44); }

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

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

 a { background-color: rgb(177,58,44); }

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

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

 span { border-color: rgb(177,58,44); }

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