#B6322E

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

Shades of Medium Carmine #B6322E

Tints of Medium Carmine #B6322E

Color information

#B6322E (or 0xB6322E) is unknown color: approx Medium Carmine. HEX triplet: B6, 32 and 2E. RGB value is (182,50,46). Sum of RGB (Red+Green+Blue) = 182+50+46=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B6322E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6322E is #49CDD1. Grayscale: #595959. Windows color (decimal): -4836818 or 3027638. OLE color: 3027638.

HSL color Cylindrical-coordinate representation of color #B6322E: hue angle of 1.76º 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 #B6322E is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB1825046-
CMYK00.730.750.29
HSL1.76º59.65%44.71%-
HSV(B)1.76º74.73%71.37%-
XYZ20.9312.423.88-
YUV89.01103.73194.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.47%
GREEN value IS 50 (19.92% from 255) = 17.99%
BLUE value IS 46 (18.36% from 255) = 16.55%
R=65.47%
G=17.99%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182504600.730.750.291.7659.6544.71
HexB6322E0494B1D23c2d
Octal266625601111133527455
Binary101101101100101011100100100110010111110110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6322E; }

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

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

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

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

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

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

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

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