#b34535

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

Shades of Medium Carmine #B34535

Tints of Medium Carmine #B34535

Color information

#B34535 (or 0xB34535) is unknown color: approx Medium Carmine. HEX triplet: B3, 45 and 35. RGB value is (179,69,53). Sum of RGB (Red+Green+Blue) = 179+69+53=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B34535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34535 is #4CBACA. Grayscale: #646464. Windows color (decimal): -5028555 or 3491251. OLE color: 3491251.

HSL color Cylindrical-coordinate representation of color #B34535: hue angle of 7.62º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B34535 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB1796953-
CMYK00.610.700.30
HSL7.62º54.31%45.49%-
HSV(B)7.62º70.39%70.2%-
XYZ21.3614.14.96-
YUV100.07101.44184.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.47%
GREEN value IS 69 (27.34% from 255) = 22.92%
BLUE value IS 53 (21.09% from 255) = 17.61%
R=59.47%
G=22.92%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179695300.610.700.307.6254.3145.49
HexB3453503D461E8362d
Octal2631056507510636106655
Binary10110011100010111010101111011000110111101000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b34535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b34535; }

 p { color: rgb(179,69,53); }

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

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

 a { background-color: rgb(179,69,53); }

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

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

 span { border-color: rgb(179,69,53); }

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