#B83A37

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

Shades of Medium Carmine #B83A37

Tints of Medium Carmine #B83A37

Color information

#B83A37 (or 0xB83A37) is unknown color: approx Medium Carmine. HEX triplet: B8, 3A and 37. RGB value is (184,58,55). Sum of RGB (Red+Green+Blue) = 184+58+55=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83A37 is #47C5C8. Grayscale: #5F5F5F. Windows color (decimal): -4703689 or 3619512. OLE color: 3619512.

HSL color Cylindrical-coordinate representation of color #B83A37: hue angle of 1.4º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83A37 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB1845855-
CMYK00.680.700.28
HSL1.4º53.97%46.86%-
HSV(B)1.4º70.11%72.16%-
XYZ21.9713.495.06-
YUV95.33105.24191.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.95%
GREEN value IS 58 (23.05% from 255) = 19.53%
BLUE value IS 55 (21.88% from 255) = 18.52%
R=61.95%
G=19.53%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184585500.680.700.281.453.9746.86
HexB83A37044461C1362f
Octal270726701041063416657
Binary10111000111010110111010001001000110111001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83A37; }

 p { color: rgb(184,58,55); }

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

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

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

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

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

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

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