#B63E3A

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

Shades of Medium Carmine #B63E3A

Tints of Medium Carmine #B63E3A

Color information

#B63E3A (or 0xB63E3A) is unknown color: approx Medium Carmine. HEX triplet: B6, 3E and 3A. RGB value is (182,62,58). Sum of RGB (Red+Green+Blue) = 182+62+58=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 62 (24.61% from 255 or 20.53% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63E3A is #49C1C5. Grayscale: #616161. Windows color (decimal): -4833734 or 3817142. OLE color: 3817142.

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

Color convert

RGB1826258-
CMYK00.660.680.29
HSL1.94º51.67%47.06%-
HSV(B)1.94º68.13%71.37%-
XYZ21.7813.75.5-
YUV97.42105.76188.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.26%
GREEN value IS 62 (24.61% from 255) = 20.53%
BLUE value IS 58 (23.05% from 255) = 19.21%
R=60.26%
G=20.53%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182625800.660.680.291.9451.6747.06
HexB63E3A042441D2342f
Octal266767201021043526457
Binary101101101111101110100100001010001001110110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63E3A; }

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

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

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

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

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

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

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

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