#B64634

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

Shades of Medium Carmine #B64634

Tints of Medium Carmine #B64634

Color information

#B64634 (or 0xB64634) is unknown color: approx Medium Carmine. HEX triplet: B6, 46 and 34. RGB value is (182,70,52). Sum of RGB (Red+Green+Blue) = 182+70+52=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B64634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64634 is #49B9CB. Grayscale: #656565. Windows color (decimal): -4831692 or 3425974. OLE color: 3425974.

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

Color convert

RGB1827052-
CMYK00.620.710.29
HSL8.31º55.56%45.88%-
HSV(B)8.31º71.43%71.37%-
XYZ22.114.574.9-
YUV101.44100.11185.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.87%
GREEN value IS 70 (27.73% from 255) = 23.03%
BLUE value IS 52 (20.70% from 255) = 17.11%
R=59.87%
G=23.03%
B=17.11%

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
Decimal182705200.620.710.298.3155.5645.88
HexB6463403E471D8382e
Octal2661066407610735107056
Binary10110110100011011010001111101000111111011000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64634; }

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

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

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

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

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

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

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

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