#B83A38

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

Shades of Medium Carmine #B83A38

Tints of Medium Carmine #B83A38

Color information

#B83A38 (or 0xB83A38) is unknown color: approx Medium Carmine. HEX triplet: B8, 3A and 38. RGB value is (184,58,56). Sum of RGB (Red+Green+Blue) = 184+58+56=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83A38 is #47C5C7. Grayscale: #5F5F5F. Windows color (decimal): -4703688 or 3685048. OLE color: 3685048.

HSL color Cylindrical-coordinate representation of color #B83A38: hue angle of 0.94º degrees, saturation: 0.53, 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 #B83A38 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB1845856-
CMYK00.680.700.28
HSL0.94º53.33%47.06%-
HSV(B)0.94º69.57%72.16%-
XYZ21.9913.55.19-
YUV95.45105.74191.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.74%
GREEN value IS 58 (23.05% from 255) = 19.46%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=61.74%
G=19.46%
B=18.79%

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
Decimal184585600.680.700.280.9453.3347.06
HexB83A38044461C1352f
Octal270727001041063416557
Binary10111000111010111000010001001000110111001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83A38; }

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

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

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

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

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

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

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

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