#B63D23

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

Shades of Medium Carmine #B63D23

Tints of Medium Carmine #B63D23

Color information

#B63D23 (or 0xB63D23) is unknown color: approx Medium Carmine. HEX triplet: B6, 3D and 23. RGB value is (182,61,35). Sum of RGB (Red+Green+Blue) = 182+61+35=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D23 is #49C2DC. Grayscale: #5E5E5E. Windows color (decimal): -4834013 or 2309558. OLE color: 2309558.

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

Color convert

RGB1826135-
CMYK00.660.810.29
HSL10.61º67.74%42.55%-
HSV(B)10.61º80.77%71.37%-
XYZ21.2613.43.06-
YUV94.2194.59190.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.47%
GREEN value IS 61 (24.22% from 255) = 21.94%
BLUE value IS 35 (14.06% from 255) = 12.59%
R=65.47%
G=21.94%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182613500.660.810.2910.6167.7442.55
HexB63D23042511Db442b
Octal26675430102121351310453
Binary101101101111011000110100001010100011110110111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63D23; }

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

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

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

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

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

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

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

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