#B13B2A

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

Shades of Medium Carmine #B13B2A

Tints of Medium Carmine #B13B2A

Color information

#B13B2A (or 0xB13B2A) is unknown color: approx Medium Carmine. HEX triplet: B1, 3B and 2A. RGB value is (177,59,42). Sum of RGB (Red+Green+Blue) = 177+59+42=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13B2A is #4EC4D5. Grayscale: #5C5C5C. Windows color (decimal): -5162198 or 2767793. OLE color: 2767793.

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

Color convert

RGB1775942-
CMYK00.670.760.31
HSL7.56º61.64%42.94%-
HSV(B)7.56º76.27%69.41%-
XYZ20.1112.643.57-
YUV92.3499.59188.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.67%
GREEN value IS 59 (23.44% from 255) = 21.22%
BLUE value IS 42 (16.80% from 255) = 15.11%
R=63.67%
G=21.22%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177594200.670.760.317.5661.6442.94
HexB13B2A0434C1F83e2b
Octal2617352010311437107653
Binary10110001111011101010010000111001100111111000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B2A; }

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

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

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

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

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

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

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

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