#B63D33

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

Shades of Medium Carmine #B63D33

Tints of Medium Carmine #B63D33

Color information

#B63D33 (or 0xB63D33) is unknown color: approx Medium Carmine. HEX triplet: B6, 3D and 33. RGB value is (182,61,51). Sum of RGB (Red+Green+Blue) = 182+61+51=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D33 is #49C2CC. Grayscale: #606060. Windows color (decimal): -4833997 or 3358134. OLE color: 3358134.

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

Color convert

RGB1826151-
CMYK00.660.720.29
HSL4.58º56.22%45.69%-
HSV(B)4.58º71.98%71.37%-
XYZ21.5613.524.61-
YUV96.04102.59189.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.90%
GREEN value IS 61 (24.22% from 255) = 20.75%
BLUE value IS 51 (20.31% from 255) = 17.35%
R=61.90%
G=20.75%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182615100.660.720.294.5856.2245.69
HexB63D33042481D5382e
Octal266756301021103557056
Binary1011011011110111001101000010100100011101101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63D33; }

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

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

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

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

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

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

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

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