#B63E2E

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

Shades of Medium Carmine #B63E2E

Tints of Medium Carmine #B63E2E

Color information

#B63E2E (or 0xB63E2E) is unknown color: approx Medium Carmine. HEX triplet: B6, 3E and 2E. RGB value is (182,62,46). Sum of RGB (Red+Green+Blue) = 182+62+46=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63E2E is #49C1D1. Grayscale: #606060. Windows color (decimal): -4833746 or 3030710. OLE color: 3030710.

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

Color convert

RGB1826246-
CMYK00.660.750.29
HSL7.06º59.65%44.71%-
HSV(B)7.06º74.73%71.37%-
XYZ21.5113.594.07-
YUV96.0699.76189.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.76%
GREEN value IS 62 (24.61% from 255) = 21.38%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=62.76%
G=21.38%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182624600.660.750.297.0659.6544.71
HexB63E2E0424B1D73c2d
Octal266765601021133577455
Binary1011011011111010111001000010100101111101111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63E2E; }

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

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

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

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

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

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

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

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