#B63C2D

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

Shades of Medium Carmine #B63C2D

Tints of Medium Carmine #B63C2D

Color information

#B63C2D (or 0xB63C2D) is unknown color: approx Medium Carmine. HEX triplet: B6, 3C and 2D. RGB value is (182,60,45). Sum of RGB (Red+Green+Blue) = 182+60+45=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C2D is #49C3D2. Grayscale: #5E5E5E. Windows color (decimal): -4834259 or 2964662. OLE color: 2964662.

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

Color convert

RGB1826045-
CMYK00.670.750.29
HSL6.57º60.35%44.51%-
HSV(B)6.57º75.27%71.37%-
XYZ21.3813.373.94-
YUV94.7799.92190.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.41%
GREEN value IS 60 (23.83% from 255) = 20.91%
BLUE value IS 45 (17.97% from 255) = 15.68%
R=63.41%
G=20.91%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182604500.670.750.296.5760.3544.51
HexB63C2D0434B1D73c2d
Octal266745501031133577455
Binary1011011011110010110101000011100101111101111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63C2D; }

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

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

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

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

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

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

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

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