#b83c36

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

Shades of Medium Carmine #B83C36

Tints of Medium Carmine #B83C36

Color information

#B83C36 (or 0xB83C36) is unknown color: approx Medium Carmine. HEX triplet: B8, 3C and 36. RGB value is (184,60,54). Sum of RGB (Red+Green+Blue) = 184+60+54=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83C36 is #47C3C9. Grayscale: #606060. Windows color (decimal): -4703178 or 3554488. OLE color: 3554488.

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

Color convert

RGB1846054-
CMYK00.670.710.28
HSL2.77º54.62%46.67%-
HSV(B)2.77º70.65%72.16%-
XYZ22.0513.694.97-
YUV96.39104.08190.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.74%
GREEN value IS 60 (23.83% from 255) = 20.13%
BLUE value IS 54 (21.48% from 255) = 18.12%
R=61.74%
G=20.13%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184605400.670.710.282.7754.6246.67
HexB83C36043471C3372f
Octal270746601031073436757
Binary101110001111001101100100001110001111110011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b83c36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b83c36; }

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

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

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

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

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

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

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

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