#B83B38

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

Shades of Medium Carmine #B83B38

Tints of Medium Carmine #B83B38

Color information

#B83B38 (or 0xB83B38) is unknown color: approx Medium Carmine. HEX triplet: B8, 3B and 38. RGB value is (184,59,56). Sum of RGB (Red+Green+Blue) = 184+59+56=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83B38 is #47C4C7. Grayscale: #606060. Windows color (decimal): -4703432 or 3685304. OLE color: 3685304.

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

Color convert

RGB1845956-
CMYK00.680.700.28
HSL1.41º53.33%47.06%-
HSV(B)1.41º69.57%72.16%-
XYZ22.0413.65.21-
YUV96.03105.41190.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.54%
GREEN value IS 59 (23.44% from 255) = 19.73%
BLUE value IS 56 (22.27% from 255) = 18.73%
R=61.54%
G=19.73%
B=18.73%

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
Decimal184595600.680.700.281.4153.3347.06
HexB83B38044461C1352f
Octal270737001041063416557
Binary10111000111011111000010001001000110111001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83B38; }

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

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

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

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

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

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

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

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