#B83E2C

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

Shades of Medium Carmine #B83E2C

Tints of Medium Carmine #B83E2C

Color information

#B83E2C (or 0xB83E2C) is unknown color: approx Medium Carmine. HEX triplet: B8, 3E and 2C. RGB value is (184,62,44). Sum of RGB (Red+Green+Blue) = 184+62+44=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83E2C is #47C1D3. Grayscale: #606060. Windows color (decimal): -4702676 or 2899640. OLE color: 2899640.

HSL color Cylindrical-coordinate representation of color #B83E2C: hue angle of 7.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B83E2C is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB1846244-
CMYK00.660.760.28
HSL7.71º61.4%44.71%-
HSV(B)7.71º76.09%72.16%-
XYZ21.9413.823.89-
YUV96.4398.42190.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.45%
GREEN value IS 62 (24.61% from 255) = 21.38%
BLUE value IS 44 (17.58% from 255) = 15.17%
R=63.45%
G=21.38%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184624400.660.760.287.7161.444.71
HexB83E2C0424C1C83d2d
Octal2707654010211434107555
Binary10111000111110101100010000101001100111001000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83E2C; }

 p { color: rgb(184,62,44); }

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

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

 a { background-color: rgb(184,62,44); }

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

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

 span { border-color: rgb(184,62,44); }

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