#B64134

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

Shades of Medium Carmine #B64134

Tints of Medium Carmine #B64134

Color information

#B64134 (or 0xB64134) is unknown color: approx Medium Carmine. HEX triplet: B6, 41 and 34. RGB value is (182,65,52). Sum of RGB (Red+Green+Blue) = 182+65+52=299 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.87% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 182 - color contains mainly: red. Hex color #B64134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64134 is #49BECB. Grayscale: #626262. Windows color (decimal): -4832972 or 3424694. OLE color: 3424694.

HSL color Cylindrical-coordinate representation of color #B64134: hue angle of 6º degrees, saturation: 0.56, 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 #B64134 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1826552-
CMYK00.640.710.29
HSL55.56%45.88%-
HSV(B)71.43%71.37%-
XYZ21.813.974.8-
YUV98.5101.76187.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.87%
GREEN value IS 65 (25.78% from 255) = 21.74%
BLUE value IS 52 (20.70% from 255) = 17.39%
R=60.87%
G=21.74%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182655200.640.710.29655.5645.88
HexB64134040471D6382e
Octal2661016401001073567056
Binary10110110100000111010001000000100011111101110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64134; }

 p { color: rgb(182,65,52); }

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

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

 a { background-color: rgb(182,65,52); }

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

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

 span { border-color: rgb(182,65,52); }

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