#B63A2B

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

Shades of Medium Carmine #B63A2B

Tints of Medium Carmine #B63A2B

Color information

#B63A2B (or 0xB63A2B) is unknown color: approx Medium Carmine. HEX triplet: B6, 3A and 2B. RGB value is (182,58,43). Sum of RGB (Red+Green+Blue) = 182+58+43=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63A2B is #49C5D4. Grayscale: #5D5D5D. Windows color (decimal): -4834773 or 2833078. OLE color: 2833078.

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

Color convert

RGB1825843-
CMYK00.680.760.29
HSL6.47º61.78%44.12%-
HSV(B)6.47º76.37%71.37%-
XYZ21.2413.153.7-
YUV93.3799.58191.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 64.31%
GREEN value IS 58 (23.05% from 255) = 20.49%
BLUE value IS 43 (17.19% from 255) = 15.19%
R=64.31%
G=20.49%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182584300.680.760.296.4761.7844.12
HexB63A2B0444C1D63e2c
Octal266725301041143567654
Binary1011011011101010101101000100100110011101110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63A2B; }

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

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

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

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

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

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

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

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