#B64034

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

Shades of Medium Carmine #B64034

Tints of Medium Carmine #B64034

Color information

#B64034 (or 0xB64034) is unknown color: approx Medium Carmine. HEX triplet: B6, 40 and 34. RGB value is (182,64,52). Sum of RGB (Red+Green+Blue) = 182+64+52=298 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.07% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 182 - color contains mainly: red. Hex color #B64034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64034 is #49BFCB. Grayscale: #626262. Windows color (decimal): -4833228 or 3424438. OLE color: 3424438.

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

Color convert

RGB1826452-
CMYK00.650.710.29
HSL5.54º55.56%45.88%-
HSV(B)5.54º71.43%71.37%-
XYZ21.7413.864.78-
YUV97.91102.09187.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.07%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 52 (20.70% from 255) = 17.45%
R=61.07%
G=21.48%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182645200.650.710.295.5455.5645.88
HexB64034041471D6382e
Octal2661006401011073567056
Binary10110110100000011010001000001100011111101110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64034; }

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

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

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

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

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

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

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

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