#B63E35

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

Shades of Medium Carmine #B63E35

Tints of Medium Carmine #B63E35

Color information

#B63E35 (or 0xB63E35) is unknown color: approx Medium Carmine. HEX triplet: B6, 3E and 35. RGB value is (182,62,53). Sum of RGB (Red+Green+Blue) = 182+62+53=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63E35 is #49C1CA. Grayscale: #616161. Windows color (decimal): -4833739 or 3489462. OLE color: 3489462.

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

Color convert

RGB1826253-
CMYK00.660.710.29
HSL4.19º54.89%46.08%-
HSV(B)4.19º70.88%71.37%-
XYZ21.6613.654.86-
YUV96.85103.26188.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.28%
GREEN value IS 62 (24.61% from 255) = 20.88%
BLUE value IS 53 (21.09% from 255) = 17.85%
R=61.28%
G=20.88%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182625300.660.710.294.1954.8946.08
HexB63E35042471D4372e
Octal266766501021073546756
Binary1011011011111011010101000010100011111101100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63E35; }

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

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

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

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

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

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

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

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