#b63c36

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

Shades of Medium Carmine #B63C36

Tints of Medium Carmine #B63C36

Color information

#B63C36 (or 0xB63C36) is unknown color: approx Medium Carmine. HEX triplet: B6, 3C and 36. RGB value is (182,60,54). Sum of RGB (Red+Green+Blue) = 182+60+54=296 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.49% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C36 is #49C3C9. Grayscale: #5F5F5F. Windows color (decimal): -4834250 or 3554486. OLE color: 3554486.

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

Color convert

RGB1826054-
CMYK00.670.700.29
HSL2.81º54.24%46.27%-
HSV(B)2.81º70.33%71.37%-
XYZ21.5713.444.95-
YUV95.79104.42189.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.49%
GREEN value IS 60 (23.83% from 255) = 20.27%
BLUE value IS 54 (21.48% from 255) = 18.24%
R=61.49%
G=20.27%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182605400.670.700.292.8154.2446.27
HexB63C36043461D3362e
Octal266746601031063536656
Binary101101101111001101100100001110001101110111110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63c36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63c36; }

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

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

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

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

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

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

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

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