#B63C33

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

Shades of Medium Carmine #B63C33

Tints of Medium Carmine #B63C33

Color information

#B63C33 (or 0xB63C33) is unknown color: approx Medium Carmine. HEX triplet: B6, 3C and 33. RGB value is (182,60,51). Sum of RGB (Red+Green+Blue) = 182+60+51=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C33 is #49C3CC. Grayscale: #5F5F5F. Windows color (decimal): -4834253 or 3357878. OLE color: 3357878.

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

Color convert

RGB1826051-
CMYK00.670.720.29
HSL4.12º56.22%45.69%-
HSV(B)4.12º71.98%71.37%-
XYZ21.513.424.59-
YUV95.45102.92189.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.12%
GREEN value IS 60 (23.83% from 255) = 20.48%
BLUE value IS 51 (20.31% from 255) = 17.41%
R=62.12%
G=20.48%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182605100.670.720.294.1256.2245.69
HexB63C33043481D4382e
Octal266746301031103547056
Binary1011011011110011001101000011100100011101100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63C33; }

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

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

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

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

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

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

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

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