#B83E3B

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

Shades of Medium Carmine #B83E3B

Tints of Medium Carmine #B83E3B

Color information

#B83E3B (or 0xB83E3B) is unknown color: approx Medium Carmine. HEX triplet: B8, 3E and 3B. RGB value is (184,62,59). Sum of RGB (Red+Green+Blue) = 184+62+59=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B83E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83E3B is #47C1C4. Grayscale: #626262. Windows color (decimal): -4702661 or 3882680. OLE color: 3882680.

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

Color convert

RGB1846259-
CMYK00.660.680.28
HSL1.44º51.44%47.65%-
HSV(B)1.44º67.93%72.16%-
XYZ22.2813.955.66-
YUV98.14105.92189.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.33%
GREEN value IS 62 (24.61% from 255) = 20.33%
BLUE value IS 59 (23.44% from 255) = 19.34%
R=60.33%
G=20.33%
B=19.34%

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
Decimal184625900.660.680.281.4451.4447.65
HexB83E3B042441C13330
Octal270767301021043416360
Binary10111000111110111011010000101000100111001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83E3B; }

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

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

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

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

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

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

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

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