#B63A39

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

Shades of Medium Carmine #B63A39

Tints of Medium Carmine #B63A39

Color information

#B63A39 (or 0xB63A39) is unknown color: approx Medium Carmine. HEX triplet: B6, 3A and 39. RGB value is (182,58,57). Sum of RGB (Red+Green+Blue) = 182+58+57=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63A39 is #49C5C6. Grayscale: #5F5F5F. Windows color (decimal): -4834759 or 3750582. OLE color: 3750582.

HSL color Cylindrical-coordinate representation of color #B63A39: hue angle of 0.48º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63A39 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB1825857-
CMYK00.680.690.29
HSL0.48º52.3%46.86%-
HSV(B)0.48º68.68%71.37%-
XYZ21.5413.275.3-
YUV94.96106.58190.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.28%
GREEN value IS 58 (23.05% from 255) = 19.53%
BLUE value IS 57 (22.66% from 255) = 19.19%
R=61.28%
G=19.53%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182585700.680.690.290.4852.346.86
HexB63A39044451D0342f
Octal266727101041053506457
Binary10110110111010111001010001001000101111010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63A39; }

 p { color: rgb(182,58,57); }

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

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

 a { background-color: rgb(182,58,57); }

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

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

 span { border-color: rgb(182,58,57); }

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