#B83C32

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

Shades of Medium Carmine #B83C32

Tints of Medium Carmine #B83C32

Color information

#B83C32 (or 0xB83C32) is unknown color: approx Medium Carmine. HEX triplet: B8, 3C and 32. RGB value is (184,60,50). Sum of RGB (Red+Green+Blue) = 184+60+50=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83C32 is #47C3CD. Grayscale: #606060. Windows color (decimal): -4703182 or 3292344. OLE color: 3292344.

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

Color convert

RGB1846050-
CMYK00.670.730.28
HSL4.48º57.26%45.88%-
HSV(B)4.48º72.83%72.16%-
XYZ21.9613.654.5-
YUV95.94102.08190.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.59%
GREEN value IS 60 (23.83% from 255) = 20.41%
BLUE value IS 50 (19.92% from 255) = 17.01%
R=62.59%
G=20.41%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184605000.670.730.284.4857.2645.88
HexB83C32043491C4392e
Octal270746201031113447156
Binary1011100011110011001001000011100100111100100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83C32; }

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

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

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

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

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

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

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

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