#B63331

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

Shades of Medium Carmine #B63331

Tints of Medium Carmine #B63331

Color information

#B63331 (or 0xB63331) is unknown color: approx Medium Carmine. HEX triplet: B6, 33 and 31. RGB value is (182,51,49). Sum of RGB (Red+Green+Blue) = 182+51+49=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B63331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63331 is #49CCCE. Grayscale: #5A5A5A. Windows color (decimal): -4836559 or 3224502. OLE color: 3224502.

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

Color convert

RGB1825149-
CMYK00.720.730.29
HSL0.9º57.58%45.29%-
HSV(B)0.9º73.08%71.37%-
XYZ21.0312.534.22-
YUV89.94104.9193.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.54%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 49 (19.53% from 255) = 17.38%
R=64.54%
G=18.09%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182514900.720.730.290.957.5845.29
HexB63331048491D13a2d
Octal266636101101113517255
Binary10110110110011110001010010001001001111011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63331; }

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

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

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

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

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

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

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

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