#B64635

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

Shades of Medium Carmine #B64635

Tints of Medium Carmine #B64635

Color information

#B64635 (or 0xB64635) is unknown color: approx Medium Carmine. HEX triplet: B6, 46 and 35. RGB value is (182,70,53). Sum of RGB (Red+Green+Blue) = 182+70+53=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B64635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64635 is #49B9CA. Grayscale: #656565. Windows color (decimal): -4831691 or 3491510. OLE color: 3491510.

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

Color convert

RGB1827053-
CMYK00.620.710.29
HSL7.91º54.89%46.08%-
HSV(B)7.91º70.88%71.37%-
XYZ22.1214.585.02-
YUV101.55100.61185.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.67%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 53 (21.09% from 255) = 17.38%
R=59.67%
G=22.95%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182705300.620.710.297.9154.8946.08
HexB6463503E471D8372e
Octal2661066507610735106756
Binary10110110100011011010101111101000111111011000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64635; }

 p { color: rgb(182,70,53); }

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

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

 a { background-color: rgb(182,70,53); }

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

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

 span { border-color: rgb(182,70,53); }

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