#B64234

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

Shades of Medium Carmine #B64234

Tints of Medium Carmine #B64234

Color information

#B64234 (or 0xB64234) is unknown color: approx Medium Carmine. HEX triplet: B6, 42 and 34. RGB value is (182,66,52). Sum of RGB (Red+Green+Blue) = 182+66+52=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B64234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64234 is #49BDCB. Grayscale: #636363. Windows color (decimal): -4832716 or 3424950. OLE color: 3424950.

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

Color convert

RGB1826652-
CMYK00.640.710.29
HSL6.46º55.56%45.88%-
HSV(B)6.46º71.43%71.37%-
XYZ21.8614.094.82-
YUV99.09101.43187.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 60.67%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 52 (20.70% from 255) = 17.33%
R=60.67%
G=22%
B=17.33%

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
Decimal182665200.640.710.296.4655.5645.88
HexB64234040471D6382e
Octal2661026401001073567056
Binary10110110100001011010001000000100011111101110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64234; }

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

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

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

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

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

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

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

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