#b63533

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

Shades of Medium Carmine #B63533

Tints of Medium Carmine #B63533

Color information

#B63533 (or 0xB63533) is unknown color: approx Medium Carmine. HEX triplet: B6, 35 and 33. RGB value is (182,53,51). Sum of RGB (Red+Green+Blue) = 182+53+51=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B63533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63533 is #49CACC. Grayscale: #5B5B5B. Windows color (decimal): -4836045 or 3356086. OLE color: 3356086.

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

Color convert

RGB1825351-
CMYK00.710.720.29
HSL0.92º56.22%45.69%-
HSV(B)0.92º71.98%71.37%-
XYZ21.1612.734.47-
YUV91.34105.24192.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.64%
GREEN value IS 53 (21.09% from 255) = 18.53%
BLUE value IS 51 (20.31% from 255) = 17.83%
R=63.64%
G=18.53%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182535100.710.720.290.9256.2245.69
HexB63533047481D1382e
Octal266656301071103517056
Binary10110110110101110011010001111001000111011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63533; }

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

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

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

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

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

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

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

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