#B13737

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

Shades of Medium Carmine #B13737

Tints of Medium Carmine #B13737

Color information

#B13737 (or 0xB13737) is unknown color: approx Medium Carmine. HEX triplet: B1, 37 and 37. RGB value is (177,55,55). Sum of RGB (Red+Green+Blue) = 177+55+55=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B13737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13737 is #4EC8C8. Grayscale: #5B5B5B. Windows color (decimal): -5163209 or 3618737. OLE color: 3618737.

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

Color convert

RGB1775555-
CMYK00.690.690.31
HSL52.59%45.49%-
HSV(B)68.93%69.41%-
XYZ20.1912.364.94-
YUV91.48107.42189-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.67%
GREEN value IS 55 (21.88% from 255) = 19.16%
BLUE value IS 55 (21.88% from 255) = 19.16%
R=61.67%
G=19.16%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177555500.690.690.31052.5945.49
HexB13737045451F0352d
Octal261676701051053706555
Binary10110001110111110111010001011000101111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13737; }

 p { color: rgb(177,55,55); }

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

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

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

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

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

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

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