#B83E3A

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

Shades of Medium Carmine #B83E3A

Tints of Medium Carmine #B83E3A

Color information

#B83E3A (or 0xB83E3A) is unknown color: approx Medium Carmine. HEX triplet: B8, 3E and 3A. RGB value is (184,62,58). Sum of RGB (Red+Green+Blue) = 184+62+58=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83E3A is #47C1C5. Grayscale: #626262. Windows color (decimal): -4702662 or 3817144. OLE color: 3817144.

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

Color convert

RGB1846258-
CMYK00.660.680.28
HSL1.9º52.07%47.45%-
HSV(B)1.9º68.48%72.16%-
XYZ22.2513.945.52-
YUV98.02105.42189.33-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.53%
GREEN value IS 62 (24.61% from 255) = 20.39%
BLUE value IS 58 (23.05% from 255) = 19.08%
R=60.53%
G=20.39%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184625800.660.680.281.952.0747.45
HexB83E3A042441C2342f
Octal270767201021043426457
Binary101110001111101110100100001010001001110010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83E3A; }

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

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

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

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

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

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

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

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