#B3462C

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

Shades of Medium Carmine #B3462C

Tints of Medium Carmine #B3462C

Color information

#B3462C (or 0xB3462C) is unknown color: approx Medium Carmine. HEX triplet: B3, 46 and 2C. RGB value is (179,70,44). Sum of RGB (Red+Green+Blue) = 179+70+44=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B3462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3462C is #4CB9D3. Grayscale: #636363. Windows color (decimal): -5028308 or 2901683. OLE color: 2901683.

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

Color convert

RGB1797044-
CMYK00.610.750.30
HSL11.56º60.54%43.73%-
HSV(B)11.56º75.42%70.2%-
XYZ21.2414.153.99-
YUV99.6396.61184.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.09%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 44 (17.58% from 255) = 15.02%
R=61.09%
G=23.89%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179704400.610.750.3011.5660.5443.73
HexB3462C03D4B1Ec3d2c
Octal2631065407511336147554
Binary10110011100011010110001111011001011111101100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3462C; }

 p { color: rgb(179,70,44); }

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

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

 a { background-color: rgb(179,70,44); }

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

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

 span { border-color: rgb(179,70,44); }

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