#B83C39

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

Shades of Medium Carmine #B83C39

Tints of Medium Carmine #B83C39

Color information

#B83C39 (or 0xB83C39) is unknown color: approx Medium Carmine. HEX triplet: B8, 3C and 39. RGB value is (184,60,57). Sum of RGB (Red+Green+Blue) = 184+60+57=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83C39 is #47C3C6. Grayscale: #606060. Windows color (decimal): -4703175 or 3751096. OLE color: 3751096.

HSL color Cylindrical-coordinate representation of color #B83C39: hue angle of 1.42º 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 #B83C39 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB1846057-
CMYK00.670.690.28
HSL1.42º52.7%47.25%-
HSV(B)1.42º69.02%72.16%-
XYZ22.1213.725.35-
YUV96.73105.58190.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.13%
GREEN value IS 60 (23.83% from 255) = 19.93%
BLUE value IS 57 (22.66% from 255) = 18.94%
R=61.13%
G=19.93%
B=18.94%

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
Decimal184605700.670.690.281.4252.747.25
HexB83C39043451C1352f
Octal270747101031053416557
Binary10111000111100111001010000111000101111001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83C39; }

 p { color: rgb(184,60,57); }

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

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

 a { background-color: rgb(184,60,57); }

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

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

 span { border-color: rgb(184,60,57); }

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