#B63D3A

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

Shades of Medium Carmine #B63D3A

Tints of Medium Carmine #B63D3A

Color information

#B63D3A (or 0xB63D3A) is unknown color: approx Medium Carmine. HEX triplet: B6, 3D and 3A. RGB value is (182,61,58). Sum of RGB (Red+Green+Blue) = 182+61+58=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D3A is #49C2C5. Grayscale: #606060. Windows color (decimal): -4833990 or 3816886. OLE color: 3816886.

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

Color convert

RGB1826158-
CMYK00.660.680.29
HSL1.45º51.67%47.06%-
HSV(B)1.45º68.13%71.37%-
XYZ21.7213.595.48-
YUV96.84106.09188.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.47%
GREEN value IS 61 (24.22% from 255) = 20.27%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=60.47%
G=20.27%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182615800.660.680.291.4551.6747.06
HexB63D3A042441D1342f
Octal266757201021043516457
Binary10110110111101111010010000101000100111011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63D3A; }

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

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

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

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

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

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

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

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