#B6332E

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

Shades of Medium Carmine #B6332E

Tints of Medium Carmine #B6332E

Color information

#B6332E (or 0xB6332E) is unknown color: approx Medium Carmine. HEX triplet: B6, 33 and 2E. RGB value is (182,51,46). Sum of RGB (Red+Green+Blue) = 182+51+46=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B6332E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6332E is #49CCD1. Grayscale: #595959. Windows color (decimal): -4836562 or 3027894. OLE color: 3027894.

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

Color convert

RGB1825146-
CMYK00.720.750.29
HSL2.21º59.65%44.71%-
HSV(B)2.21º74.73%71.37%-
XYZ20.9712.513.89-
YUV89.6103.4193.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.23%
GREEN value IS 51 (20.31% from 255) = 18.28%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=65.23%
G=18.28%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182514600.720.750.292.2159.6544.71
HexB6332E0484B1D23c2d
Octal266635601101133527455
Binary101101101100111011100100100010010111110110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6332E; }

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

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

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

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

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

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

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

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