#B6392E

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

Shades of Medium Carmine #B6392E

Tints of Medium Carmine #B6392E

Color information

#B6392E (or 0xB6392E) is unknown color: approx Medium Carmine. HEX triplet: B6, 39 and 2E. RGB value is (182,57,46). Sum of RGB (Red+Green+Blue) = 182+57+46=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B6392E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6392E is #49C6D1. Grayscale: #5D5D5D. Windows color (decimal): -4835026 or 3029430. OLE color: 3029430.

HSL color Cylindrical-coordinate representation of color #B6392E: hue angle of 4.85º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6392E is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB1825746-
CMYK00.690.750.29
HSL4.85º59.65%44.71%-
HSV(B)4.85º74.73%71.37%-
XYZ21.2513.073.99-
YUV93.12101.41191.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.86%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=63.86%
G=20%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182574600.690.750.294.8559.6544.71
HexB6392E0454B1D53c2d
Octal266715601051133557455
Binary1011011011100110111001000101100101111101101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6392E; }

 p { color: rgb(182,57,46); }

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

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

 a { background-color: rgb(182,57,46); }

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

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

 span { border-color: rgb(182,57,46); }

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