#B73D38

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

Shades of Medium Carmine #B73D38

Tints of Medium Carmine #B73D38

Color information

#B73D38 (or 0xB73D38) is unknown color: approx Medium Carmine. HEX triplet: B7, 3D and 38. RGB value is (183,61,56). Sum of RGB (Red+Green+Blue) = 183+61+56=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73D38 is #48C2C7. Grayscale: #616161. Windows color (decimal): -4768456 or 3685815. OLE color: 3685815.

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

Color convert

RGB1836156-
CMYK00.670.690.28
HSL2.36º53.14%46.86%-
HSV(B)2.36º69.4%71.76%-
XYZ21.9113.695.23-
YUV96.91104.92189.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61%
GREEN value IS 61 (24.22% from 255) = 20.33%
BLUE value IS 56 (22.27% from 255) = 18.67%
R=61%
G=20.33%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183615600.670.690.282.3653.1446.86
HexB73D38043451C2352f
Octal267757001031053426557
Binary101101111111011110000100001110001011110010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73D38; }

 p { color: rgb(183,61,56); }

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

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

 a { background-color: rgb(183,61,56); }

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

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

 span { border-color: rgb(183,61,56); }

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