#B64027

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

Shades of Medium Carmine #B64027

Tints of Medium Carmine #B64027

Color information

#B64027 (or 0xB64027) is unknown color: approx Medium Carmine. HEX triplet: B6, 40 and 27. RGB value is (182,64,39). Sum of RGB (Red+Green+Blue) = 182+64+39=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B64027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64027 is #49BFD8. Grayscale: #606060. Windows color (decimal): -4833241 or 2572470. OLE color: 2572470.

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

Color convert

RGB1826439-
CMYK00.650.790.29
HSL10.49º64.71%43.33%-
HSV(B)10.49º78.57%71.37%-
XYZ21.4913.763.44-
YUV96.4395.59189.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.86%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 39 (15.62% from 255) = 13.68%
R=63.86%
G=22.46%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182643900.650.790.2910.4964.7143.33
HexB640270414F1Da412b
Octal266100470101117351210153
Binary1011011010000001001110100000110011111110110101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64027; }

 p { color: rgb(182,64,39); }

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

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

 a { background-color: rgb(182,64,39); }

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

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

 span { border-color: rgb(182,64,39); }

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